summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r--src/engine/LV2Node.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp
index 1e821c6e..6757060b 100644
--- a/src/engine/LV2Node.hpp
+++ b/src/engine/LV2Node.hpp
@@ -19,7 +19,7 @@
#define LV2NODE_H
#include <string>
-#include <slv2/slv2.h>
+#include "slv2/slv2.h"
#include "lv2_contexts.h"
#include "types.hpp"
#include "NodeBase.hpp"