mirror of
https://github.com/minetest/minetest.git
synced 2025-04-27 04:30:08 +02:00
Add missing include in container.h
BUILD_BENCHMAKRS builds were broken.
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user