summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeBase.hpp')
-rw-r--r--src/engine/NodeBase.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/NodeBase.hpp b/src/engine/NodeBase.hpp
index e3710aa9..3626f6b9 100644
--- a/src/engine/NodeBase.hpp
+++ b/src/engine/NodeBase.hpp
@@ -21,8 +21,8 @@
#include "types.hpp"
#include <string>
#include <cstdlib>
-#include <raul/Semaphore.hpp>
-#include <raul/AtomicInt.hpp>
+#include "raul/Semaphore.hpp"
+#include "raul/AtomicInt.hpp"
#include "interface/Port.hpp"
#include "NodeImpl.hpp"