mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Make Luanti buildable for macOS 10.15 also. (#15352)
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include "ogg_file.h"
|
||||
#include <memory>
|
||||
#include <tuple>
|
||||
#include <vector>
|
||||
|
||||
namespace sound {
|
||||
|
||||
|
@@ -8,6 +8,7 @@
|
||||
#include "irrlichttypes_bloated.h"
|
||||
#include "networkprotocol.h"
|
||||
#include <SColor.h>
|
||||
#include <vector>
|
||||
|
||||
class NetworkPacket
|
||||
{
|
||||
|
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "util/basic_macros.h"
|
||||
#include "porting.h"
|
||||
#include <vector>
|
||||
|
||||
class IGameDef;
|
||||
class NodeDefManager;
|
||||
|
Reference in New Issue
Block a user