diff --git a/src/ScopeGuard.h b/src/ScopeGuard.h index e6af96b..6f33437 100644 --- a/src/ScopeGuard.h +++ b/src/ScopeGuard.h @@ -28,6 +28,7 @@ #define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_ #include +#include // Straightforward, modern, easy-to-use RAII utility to perform work on scope exit in an exception-safe manner. //