]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/util/thread.h
Include container.h in util/thread.h. util/thread.h doesn't compile without it
[dragonfireclient.git] / src / util / thread.h
index 5ed63544cede4cdd051a49c5d93cc36f82ab37f3..d43e06e0a7df9b215791637fab7bb143bd4c9e7f 100644 (file)
@@ -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 {