From e091b5eea5f533fe61c5559a10f1388aeca096e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Oct 2008 16:58:12 +0000 Subject: Build against local library versions no matter what.... hopefully.... git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/MachinaGUI.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/MachinaGUI.hpp') diff --git a/src/gui/MachinaGUI.hpp b/src/gui/MachinaGUI.hpp index b0d379e..342cedf 100644 --- a/src/gui/MachinaGUI.hpp +++ b/src/gui/MachinaGUI.hpp @@ -19,10 +19,10 @@ #define MACHINA_GUI_H #include -#include -#include #include -#include +#include "raul/SharedPtr.hpp" +#include "raul/Maid.hpp" +#include "machina/Engine.hpp" using namespace std; -- cgit v1.2.1