From: Perttu Ahola Date: Sat, 15 Apr 2017 15:21:23 +0000 (+0300) Subject: Include container.h in util/thread.h. util/thread.h doesn't compile without it X-Git-Tag: 0.4.16~237 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4323ad163f8d8217cbfc926cf212d02386ae0646;p=oweals%2Fminetest.git Include container.h in util/thread.h. util/thread.h doesn't compile without it --- 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 {