mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-07-31 18:44:27 +02:00
fix: add missing header to ScopeGuard.h
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
#include <exception>
|
||||||
|
|
||||||
// Straightforward, modern, easy-to-use RAII utility to perform work on scope exit in an exception-safe manner.
|
// Straightforward, modern, easy-to-use RAII utility to perform work on scope exit in an exception-safe manner.
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user