summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2017-04-15 18:21:23 +0300
committerceleron55 <celeron55@gmail.com>2017-04-17 14:58:29 +0300
commit4323ad163f8d8217cbfc926cf212d02386ae0646 (patch)
tree7305183a65ae358e7c8a1c0b9558595b84fbe1f9 /src/util
parentf6da7b3fda5bbb793c7795a228ea6f2602b93fbe (diff)
downloadminetest-4323ad163f8d8217cbfc926cf212d02386ae0646.tar.gz
minetest-4323ad163f8d8217cbfc926cf212d02386ae0646.tar.bz2
minetest-4323ad163f8d8217cbfc926cf212d02386ae0646.zip
Include container.h in util/thread.h. util/thread.h doesn't compile without it
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 {