From 4323ad163f8d8217cbfc926cf212d02386ae0646 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 15 Apr 2017 18:21:23 +0300 Subject: Include container.h in util/thread.h. util/thread.h doesn't compile without it --- src/util/thread.h | 1 + 1 file changed, 1 insertion(+) 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 class MutexedVariable { -- cgit v1.2.3