summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/LV2URIMap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp
index 7ee732dc..8c645ae0 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -19,7 +19,7 @@
#define INGEN_SHARED_LV2URIMAP_HPP
#include <boost/utility.hpp>
-#include <raul/URI.hpp>
+#include "raul/URI.hpp"
#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h"
#include "ingen-config.h"
#include "LV2Features.hpp"