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