From 74054abbfdcf8e08dd30ecdfc30df5433cc4e481 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2008 03:54:07 +0000 Subject: Fix local includes to use quotes (to always build against local version). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1824 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/EventBuffer.hpp | 4 ++-- src/gui/App.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp index 654e229b..5da1f131 100644 --- a/src/engine/EventBuffer.hpp +++ b/src/engine/EventBuffer.hpp @@ -18,8 +18,8 @@ #ifndef EVENTBUFFER_H #define EVENTBUFFER_H -#include -#include +#include "lv2ext/lv2_event.h" +#include "lv2ext/lv2_event_helpers.h" #include "Buffer.hpp" #include "interface/DataType.hpp" diff --git a/src/gui/App.hpp b/src/gui/App.hpp index 5cc5b930..125a2f7b 100644 --- a/src/gui/App.hpp +++ b/src/gui/App.hpp @@ -28,7 +28,7 @@ #include #include "raul/SharedPtr.hpp" #include "raul/Deletable.hpp" -#include +#include "module/World.hpp" namespace Ingen { class Engine; -- cgit v1.2.1