From 4e796ccba8df5d24824d2abc1d18eb6628ba839a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Oct 2010 07:41:37 +0000 Subject: Use URI-based LV2 header includes. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2626 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/LV2Node.hpp') diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 004098ed..74f3a922 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -21,7 +21,7 @@ #include #include "slv2/slv2.h" #include "raul/IntrusivePtr.hpp" -#include "contexts.lv2/contexts.h" +#include "lv2/lv2plug.in/ns/ext/contexts/contexts.h" #include "types.hpp" #include "NodeImpl.hpp" #include "LV2Features.hpp" -- cgit v1.2.1