summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/thread.h b/src/util/thread.h
index 5ed63544c..d43e06e0a 100644
--- a/src/util/thread.h
+++ b/src/util/thread.h
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "../threading/mutex_auto_lock.h"
#include "porting.h"
#include "log.h"
+#include "container.h"
template<typename T>
class MutexedVariable {