mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add missing include in container.h
BUILD_BENCHMAKRS builds were broken.
This commit is contained in:
parent
e73e562a63
commit
b10797b3d5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "irrlichttypes.h"
|
#include "irrlichttypes.h"
|
||||||
|
#include "debug.h" // sanity_check
|
||||||
#include "exceptions.h"
|
#include "exceptions.h"
|
||||||
#include "threading/mutex_auto_lock.h"
|
#include "threading/mutex_auto_lock.h"
|
||||||
#include "threading/semaphore.h"
|
#include "threading/semaphore.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue