forked from Kistler-Group/sdbus-cpp
fix: add missing header to ScopeGuard.h
This commit is contained in:
committed by
Stanislav Angelovic
parent
8affda1678
commit
29bae0aaa8
@ -28,6 +28,7 @@
|
||||
#define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
|
||||
|
||||
#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