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