diff --git a/src/ScopeGuard.h b/src/ScopeGuard.h index e6af96b..f698d5b 100644 --- a/src/ScopeGuard.h +++ b/src/ScopeGuard.h @@ -27,6 +27,7 @@ #ifndef SDBUS_CPP_INTERNAL_SCOPEGUARD_H_ #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.