Put back <stdint.h> to avoid having to change the android compilation options

This commit is contained in:
xawotihs
2019-09-07 20:27:05 +02:00
parent fd3777f08e
commit 1cfee14caa

View File

@@ -29,7 +29,8 @@
#ifdef IOS #ifdef IOS
#include <tr1/cstdint> #include <tr1/cstdint>
#else #else
#include <cstdint> #include <stdint.h>
//#include <cstdint>
#endif #endif
//#include <stdint.h> //#include <stdint.h>
//the MSC version might only define _MSC_STDINT_H_ //the MSC version might only define _MSC_STDINT_H_