mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-09-26 05:51:07 +02:00
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