diff options
Diffstat (limited to 'test/sem_test.cpp')
-rw-r--r-- | test/sem_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sem_test.cpp b/test/sem_test.cpp index 103e5e5..9fb17a6 100644 --- a/test/sem_test.cpp +++ b/test/sem_test.cpp @@ -3,7 +3,7 @@ #undef NDEBUG -#include "raul/Semaphore.hpp" +#include <raul/Semaphore.hpp> #include <cassert> #include <chrono> |