Make Luanti buildable for macOS 10.15 also. (#15352)

This commit is contained in:
sfence 2024-10-28 19:40:28 +01:00 committed by GitHub
parent ad4b13a0e9
commit 03cf7a8e05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
#include "ogg_file.h"
#include <memory>
#include <tuple>
#include <vector>
namespace sound {

View file

@ -8,6 +8,7 @@
#include "irrlichttypes_bloated.h"
#include "networkprotocol.h"
#include <SColor.h>
#include <vector>
class NetworkPacket
{

View file

@ -6,6 +6,7 @@
#include "util/basic_macros.h"
#include "porting.h"
#include <vector>
class IGameDef;
class NodeDefManager;