diff options
Diffstat (limited to 'raul/Slave.hpp')
-rw-r--r-- | raul/Slave.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/Slave.hpp b/raul/Slave.hpp index 387a6c5..2830e3f 100644 --- a/raul/Slave.hpp +++ b/raul/Slave.hpp @@ -19,8 +19,8 @@ #define RAUL_SLAVE_HPP #include <pthread.h> -#include <raul/Semaphore.hpp> -#include <raul/Thread.hpp> +#include "raul/Semaphore.hpp" +#include "raul/Thread.hpp" namespace Raul { |