diff options
Diffstat (limited to 'src/Thread.cpp')
-rw-r--r-- | src/Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Thread.cpp b/src/Thread.cpp index 91ed0e2..1a40594 100644 --- a/src/Thread.cpp +++ b/src/Thread.cpp @@ -17,7 +17,7 @@ #include <iostream> #include <cstring> -#include <raul/Thread.hpp> +#include "raul/Thread.hpp" using namespace std; |