diff options
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; |