fix for iOS, add #include <TargetConditionals.h>

This commit is contained in:
erwincoumans
2017-01-13 12:06:13 -08:00
committed by GitHub
parent 7b7d897e3b
commit e738d1ffde

View File

@@ -30,6 +30,7 @@
#endif #endif
#ifdef __APPLE__ #ifdef __APPLE__
#include <mach/mach_time.h> #include <mach/mach_time.h>
#include <TargetConditionals.h>
#endif #endif
#if defined(WIN32) || defined(_WIN32) #if defined(WIN32) || defined(_WIN32)