diff --git a/include/villas/node/exceptions.hpp b/include/villas/node/exceptions.hpp index 55e41838f..36e1aff11 100644 --- a/include/villas/node/exceptions.hpp +++ b/include/villas/node/exceptions.hpp @@ -23,8 +23,13 @@ #pragma once +#include #include +#ifdef WITH_CONFIG + #include +#endif + namespace villas { namespace node {