fix: add missing header to ScopeGuard.h

This commit is contained in:
Stanislav Angelovič
2023-12-22 23:58:01 +01:00
committed by Stanislav Angelovic
parent 8affda1678
commit 29bae0aaa8

View File

@@ -28,6 +28,7 @@
#define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_ #define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
#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.
// //