forked from Kistler-Group/sdbus-cpp
fix: add missing #include <exception> (#421)
This commit is contained in:
@ -27,6 +27,7 @@
|
|||||||
#ifndef SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
|
#ifndef SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
|
||||||
#define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
|
#define SDBUS_CPP_INTERNAL_SCOPEGUARD_H_
|
||||||
|
|
||||||
|
#include <exception>
|
||||||
#include <utility>
|
#include <utility>
|
||||||
|
|
||||||
// Straightforward, modern, easy-to-use RAII utility to perform work on scope exit in an exception-safe manner.
|
// 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