mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-17 17:08:39 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue