diff options
Diffstat (limited to 'src/engine/events')
-rw-r--r-- | src/engine/events/SetPortValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp index cd845d3f..55919828 100644 --- a/src/engine/events/SetPortValue.cpp +++ b/src/engine/events/SetPortValue.cpp @@ -16,7 +16,7 @@ */ #include <sstream> -#include "lv2ext/lv2_event.h" +#include "event.lv2/event.h" #include "shared/LV2URIMap.hpp" #include "shared/LV2Features.hpp" #include "module/World.hpp" |