From 78f786d90943cd63eb5db761e910169990c66d93 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Oct 2010 17:59:14 +0000 Subject: Add scheme to LV2 URI-based includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2627 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/LV2Atom.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/LV2Atom.cpp') diff --git a/src/shared/LV2Atom.cpp b/src/shared/LV2Atom.cpp index ea6a4fa2..fd1f9d4a 100644 --- a/src/shared/LV2Atom.cpp +++ b/src/shared/LV2Atom.cpp @@ -17,8 +17,8 @@ #include "raul/log.hpp" #include "raul/Atom.hpp" -#include "lv2/lv2plug.in/ns/ext/uri-map/uri-map.h" -#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/http/lv2plug.in/ns/ext/uri-map/uri-map.h" +#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" #include "LV2Features.hpp" #include "LV2Atom.hpp" #include "LV2URIMap.hpp" -- cgit v1.2.1