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
#include <tr1/cstdint>
#else
#include <cstdint>
#include <stdint.h>
//#include <cstdint>
#endif
//#include <stdint.h>
//the MSC version might only define _MSC_STDINT_H_