diff options
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" |