Put back <stdint.h> to avoid having to change the android compilation options
This commit is contained in:
@@ -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_
|
||||||
|
|||||||
Reference in New Issue
Block a user