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/client/ThreadedSigClientInterface.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/ThreadedSigClientInterface.hpp') diff --git a/src/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp index 3014c139..a5a667df 100644 --- a/src/client/ThreadedSigClientInterface.hpp +++ b/src/client/ThreadedSigClientInterface.hpp @@ -24,8 +24,8 @@ #include #include "interface/ClientInterface.hpp" #include "SigClientInterface.hpp" -#include -#include +#include "raul/Atom.hpp" +#include "raul/SRSWQueue.hpp" using std::string; -- cgit v1.2.1