From 29cae159548aa2d745f4b51c60cbd494a35d1739 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2008 03:54:07 +0000 Subject: 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 --- tests/path_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/path_test.cpp') 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 #include -#include +#include "raul/Path.hpp" using namespace std; using namespace Raul; -- cgit v1.2.1