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/time_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/time_test.cpp') diff --git a/tests/time_test.cpp b/tests/time_test.cpp index a84993b..4757f6b 100644 --- a/tests/time_test.cpp +++ b/tests/time_test.cpp @@ -1,5 +1,5 @@ -#include -#include +#include "raul/TimeStamp.hpp" +#include "raul/TimeSlice.hpp" #include using namespace std; -- cgit v1.2.1