1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Fix build on Xcode

This commit is contained in:
Michael Steenbeek
2017-12-01 11:16:05 +01:00
committed by Ted John
parent 3dfb4214f3
commit 8a62229a5b

View File

@@ -14,7 +14,7 @@
*****************************************************************************/
#pragma endregion
#ifdef __MACOS__
#if defined(__APPLE__) && defined(__MACH__)
#include "../core/Path.hpp"
#include "Platform2.h"