summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/server/LV2Info.cpp1
-rw-r--r--wscript1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/server/LV2Info.cpp b/src/server/LV2Info.cpp
index a1c93a18..796efb4c 100644
--- a/src/server/LV2Info.cpp
+++ b/src/server/LV2Info.cpp
@@ -22,6 +22,7 @@
#include <cassert>
#include "lv2/lv2plug.in/ns/ext/atom/atom.h"
+#include "lv2/lv2plug.in/ns/ext/reference/reference.h"
#include "lv2/lv2plug.in/ns/ext/contexts/contexts.h"
#include "shared/World.hpp"
diff --git a/wscript b/wscript
index f778587e..f9cdddfc 100644
--- a/wscript
+++ b/wscript
@@ -83,6 +83,7 @@ def configure(conf):
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h')
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/atom/atom.h')
+ autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/reference/reference.h')
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/contexts/contexts.h')
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/event/event-helpers.h')
autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/event/event.h')