Include container.h in util/thread.h. util/thread.h doesn't compile without it
authorPerttu Ahola <celeron55@gmail.com>
Sat, 15 Apr 2017 15:21:23 +0000 (18:21 +0300)
committerceleron55 <celeron55@gmail.com>
Mon, 17 Apr 2017 11:58:29 +0000 (14:58 +0300)
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 {