1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add missing include in container.h

BUILD_BENCHMAKRS builds were broken.
This commit is contained in:
Desour
2024-03-02 01:47:03 +01:00
parent e73e562a63
commit b10797b3d5

View File

@@ -20,6 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#pragma once
#include "irrlichttypes.h"
#include "debug.h" // sanity_check
#include "exceptions.h"
#include "threading/mutex_auto_lock.h"
#include "threading/semaphore.h"