Should fix iOS build

This commit is contained in:
xawotihs
2016-06-04 21:44:35 +02:00
parent c3fc579907
commit 8f69e2a204
11 changed files with 153 additions and 24 deletions

View File

@@ -27,7 +27,11 @@
#else
//#define __STDC_LIMIT_MACROS
#ifdef IOS
#include <tr1/cstdint>
#else
#include <cstdint>
#endif
//#include <stdint.h>
//the MSC version might only define _MSC_STDINT_H_
//and that might cause redefinition of standard types