diff options
Diffstat (limited to 'src/threadUtils.hpp')
-rw-r--r-- | src/threadUtils.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp index 85500c1..984dab9 100644 --- a/src/threadUtils.hpp +++ b/src/threadUtils.hpp @@ -31,6 +31,8 @@ #include <boost/thread.hpp> #include <boost/thread/mutex.hpp> #include <boost/thread/shared_mutex.hpp> +#include <boost/thread/condition.hpp> + #include "datatypes.h" #ifndef __THREADUTILS__ #define __THREADUTILS__ |