projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6da7b3
)
Include container.h in util/thread.h. util/thread.h doesn't compile without it
author
Perttu Ahola
<celeron55@gmail.com>
Sat, 15 Apr 2017 15:21:23 +0000
(18:21 +0300)
committer
celeron55
<celeron55@gmail.com>
Mon, 17 Apr 2017 11:58:29 +0000
(14:58 +0300)
src/util/thread.h
patch
|
blob
|
history
diff --git
a/src/util/thread.h
b/src/util/thread.h
index 5ed63544cede4cdd051a49c5d93cc36f82ab37f3..d43e06e0a7df9b215791637fab7bb143bd4c9e7f 100644
(file)
--- 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 {