diff options
Diffstat (limited to 'src/engine/events')
-rw-r--r-- | src/engine/events/SetPortValueEvent.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/events/SetPortValueEvent.cpp b/src/engine/events/SetPortValueEvent.cpp index cd3808dd..48813c72 100644 --- a/src/engine/events/SetPortValueEvent.cpp +++ b/src/engine/events/SetPortValueEvent.cpp @@ -17,6 +17,9 @@ #include <sstream> #include "lv2ext/lv2_event.h" +#include "shared/LV2URIMap.hpp" +#include "shared/LV2Features.hpp" +#include "module/World.hpp" #include "Responder.hpp" #include "SetPortValueEvent.hpp" #include "Engine.hpp" |