diff options
Diffstat (limited to 'threadUtils.hpp')
-rw-r--r-- | threadUtils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/threadUtils.hpp b/threadUtils.hpp index ad45f68..f084980 100644 --- a/threadUtils.hpp +++ b/threadUtils.hpp @@ -32,6 +32,7 @@ #define _THREADUTILS_HPP_ #include <stdexcept> +#include <pthread.h> #include <semaphore.h> class Mutex |