diff options
Diffstat (limited to 'tests/time_test.cpp')
-rw-r--r-- | tests/time_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <raul/TimeStamp.hpp> -#include <raul/TimeSlice.hpp> +#include "raul/TimeStamp.hpp" +#include "raul/TimeSlice.hpp" #include <iostream> using namespace std; |