From 18dbb3f103795daab90cabf83335c51cb7c05621 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/ingen@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Patch.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/common/interface/Patch.hpp') diff --git a/src/common/interface/Patch.hpp b/src/common/interface/Patch.hpp index 87165a4e..9e609c7c 100644 --- a/src/common/interface/Patch.hpp +++ b/src/common/interface/Patch.hpp @@ -18,8 +18,8 @@ #ifndef PATCH_H #define PATCH_H -#include -#include +#include "raul/SharedPtr.hpp" +#include "raul/List.hpp" #include "interface/Node.hpp" namespace Ingen { -- cgit v1.2.1