From 7a855a56a1eabd1b46543eab424257c658ff770b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 30 Sep 2008 17:43:50 +0000 Subject: Fix building (both autohell and waf) with simpler ingen tree layout. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1553 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/MidiControlNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/MidiControlNode.cpp') diff --git a/src/engine/MidiControlNode.cpp b/src/engine/MidiControlNode.cpp index bfe0e57e..0aeac448 100644 --- a/src/engine/MidiControlNode.cpp +++ b/src/engine/MidiControlNode.cpp @@ -19,7 +19,7 @@ #include #include "MidiControlNode.hpp" #include "PostProcessor.hpp" -#include "MidiLearnEvent.hpp" +#include "events/MidiLearnEvent.hpp" #include "InputPort.hpp" #include "OutputPort.hpp" #include "InternalPlugin.hpp" -- cgit v1.2.1