From d2042e04de9ba3ab962890d228ad2adf84a0d728 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Jun 2006 19:39:10 +0000 Subject: Fixed missing file/broken includes for types.h git-svn-id: http://svn.drobilla.net/lad/grauph@57 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/events/SetPortValueQueuedEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/events/SetPortValueQueuedEvent.h') diff --git a/src/libs/engine/events/SetPortValueQueuedEvent.h b/src/libs/engine/events/SetPortValueQueuedEvent.h index b92beacf..3b326ef0 100644 --- a/src/libs/engine/events/SetPortValueQueuedEvent.h +++ b/src/libs/engine/events/SetPortValueQueuedEvent.h @@ -18,7 +18,7 @@ #define SETPORTVALUEQUEUEDEVENT_H #include "QueuedEvent.h" -#include "util/types.h" +#include "types.h" #include using std::string; -- cgit v1.2.1