From e7088d8e79bdb68397b940e66db89bc3b371f2c9 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/raul@1677 a436a847-0d15-0410-975c-d299462d15a1 --- src/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Thread.cpp') diff --git a/src/Thread.cpp b/src/Thread.cpp index 91ed0e2..1a40594 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -17,7 +17,7 @@ #include #include -#include +#include "raul/Thread.hpp" using namespace std; -- cgit v1.2.1