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:
parent
8487fa1c29
commit
3162895993
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue