From 316289599331f8e9dbe387e66164bf3ee339c803 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 23 Apr 2019 10:05:06 +0200 Subject: [PATCH] exceptions: add missing include --- include/villas/node/exceptions.hpp | 5 +++++ 1 file changed, 5 insertions(+) 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 {