diff options
Diffstat (limited to 'src/engine/events')
-rw-r--r-- | src/engine/events/SendPortValueEvent.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/SendPortValueEvent.hpp b/src/engine/events/SendPortValueEvent.hpp index e8505914..ad9ae5a1 100644 --- a/src/engine/events/SendPortValueEvent.hpp +++ b/src/engine/events/SendPortValueEvent.hpp @@ -19,8 +19,8 @@ #define SENDPORTVALUEEVENT_H #include <string> -#include "Event.hpp" -#include "types.hpp" +#include "engine/Event.hpp" +#include "engine/types.hpp" using std::string; namespace Ingen { |