fix: add missing header to ScopeGuard.h

This commit is contained in:
Stanislav Angelovič
2024-04-24 20:20:29 +02:00
parent c92f5722c7
commit e76d38c317
+1
View File
@@ -29,6 +29,7 @@
#include <exception>
#include <utility>
#include <exception>
// Straightforward, modern, easy-to-use RAII utility to perform work on scope exit in an exception-safe manner.
//