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/ConnectionEvent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/engine/events/ConnectionEvent.h') diff --git a/src/libs/engine/events/ConnectionEvent.h b/src/libs/engine/events/ConnectionEvent.h index 8aaf2292..369a3903 100644 --- a/src/libs/engine/events/ConnectionEvent.h +++ b/src/libs/engine/events/ConnectionEvent.h @@ -20,7 +20,7 @@ #include #include "QueuedEvent.h" #include "util/Path.h" -#include "util/types.h" +#include "types.h" using std::string; template class ListNode; -- cgit v1.2.1