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 e971b1d0..64b74315 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -20,7 +20,7 @@ #include <string> #include "slv2/slv2.h" -#include "lv2_contexts.h" +#include "contexts.lv2/contexts.h" #include "types.hpp" #include "NodeBase.hpp" #include "LV2Features.hpp" |