summaryrefslogtreecommitdiffstats
path: root/tests/path_test.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
committerDavid Robillard <d@drobilla.net>2008-11-29 03:54:07 +0000
commit29cae159548aa2d745f4b51c60cbd494a35d1739 (patch)
tree0c75b45150697a072a287c00f0bba408280c1013 /tests/path_test.cpp
parente1576e203924d8413375a53a9100c0e80aefaa15 (diff)
downloadraul-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/path_test.cpp')
-rw-r--r--tests/path_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/path_test.cpp b/tests/path_test.cpp
index 3565918..3bd14c9 100644
--- a/tests/path_test.cpp
+++ b/tests/path_test.cpp
@@ -1,6 +1,6 @@
#include <iostream>
#include <list>
-#include <raul/Path.hpp>
+#include "raul/Path.hpp"
using namespace std;
using namespace Raul;