1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

exceptions: add missing include

This commit is contained in:
Steffen Vogel 2019-04-23 10:05:06 +02:00
parent 8487fa1c29
commit 3162895993

View file

@ -23,8 +23,13 @@
#pragma once
#include <villas/node/config.h>
#include <villas/exceptions.hpp>
#ifdef WITH_CONFIG
#include <libconfig.h>
#endif
namespace villas {
namespace node {