From 88dad1e0e6c100700cd1501fce5ba23febcf2716 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 May 2009 17:46:24 +0000 Subject: Fix lv2.h include problem. Fixes ticket #354. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1987 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/SetPortValueEvent.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/engine/events/SetPortValueEvent.cpp') 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 #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" -- cgit v1.2.1