diff options
author | David Robillard <d@drobilla.net> | 2010-10-06 17:59:14 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-06 17:59:14 +0000 |
commit | 78f786d90943cd63eb5db761e910169990c66d93 (patch) | |
tree | 9b44ed3def68103dd4304afe70d8e19d73bdaf32 /src/engine/LV2Node.hpp | |
parent | 4e796ccba8df5d24824d2abc1d18eb6628ba839a (diff) | |
download | ingen-78f786d90943cd63eb5db761e910169990c66d93.tar.gz ingen-78f786d90943cd63eb5db761e910169990c66d93.tar.bz2 ingen-78f786d90943cd63eb5db761e910169990c66d93.zip |
Add scheme to LV2 URI-based includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2627 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r-- | src/engine/LV2Node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 74f3a922..3fed1185 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -21,7 +21,7 @@ #include <string> #include "slv2/slv2.h" #include "raul/IntrusivePtr.hpp" -#include "lv2/lv2plug.in/ns/ext/contexts/contexts.h" +#include "lv2/http/lv2plug.in/ns/ext/contexts/contexts.h" #include "types.hpp" #include "NodeImpl.hpp" #include "LV2Features.hpp" |