mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 08:03:45 +01:00
Include container.h in util/thread.h. util/thread.h doesn't compile without it
This commit is contained in:
parent
f6da7b3fda
commit
4323ad163f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user