forked from Kistler-Group/sdbus-cpp
fix: add missing header to ScopeGuard.h
This commit is contained in:
@ -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.
|
||||
//
|
||||
|
Reference in New Issue
Block a user