diff options
author | David Robillard <d@drobilla.net> | 2008-11-29 03:54:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-29 03:54:07 +0000 |
commit | 29cae159548aa2d745f4b51c60cbd494a35d1739 (patch) | |
tree | 0c75b45150697a072a287c00f0bba408280c1013 /tests/thread_test.cpp | |
parent | e1576e203924d8413375a53a9100c0e80aefaa15 (diff) | |
download | raul-29cae159548aa2d745f4b51c60cbd494a35d1739.tar.gz raul-29cae159548aa2d745f4b51c60cbd494a35d1739.tar.bz2 raul-29cae159548aa2d745f4b51c60cbd494a35d1739.zip |
Fix local includes to use quotes (to always build against local version).
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1824 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests/thread_test.cpp')
-rw-r--r-- | tests/thread_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thread_test.cpp b/tests/thread_test.cpp index eb06701..fd7a411 100644 --- a/tests/thread_test.cpp +++ b/tests/thread_test.cpp @@ -1,5 +1,5 @@ #include <iostream> -#include <raul/Thread.hpp> +#include "raul/Thread.hpp" using namespace std; using namespace Raul; |