summaryrefslogtreecommitdiff
path: root/src/threadUtils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/threadUtils.hpp')
-rw-r--r--src/threadUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp
index 25afebd..960e757 100644
--- a/src/threadUtils.hpp
+++ b/src/threadUtils.hpp
@@ -30,6 +30,7 @@
*/
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
+#include "datatypes.h"
#ifndef __THREADUTILS__
#define __THREADUTILS__
typedef boost::mutex::scoped_lock Lock;