fix: add missing header to ScopeGuard.h

This commit is contained in:
Stanislav Angelovič
2023-12-22 23:58:01 +01:00
parent c92f5722c7
commit e76d38c317

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.
//