From 1cfee14caac0216e602b26e881bb89c357710272 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 7 Sep 2019 20:27:05 +0200 Subject: [PATCH] Put back to avoid having to change the android compilation options --- JGE/include/JTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JGE/include/JTypes.h b/JGE/include/JTypes.h index 10c4c93ba..ddb828a68 100644 --- a/JGE/include/JTypes.h +++ b/JGE/include/JTypes.h @@ -29,7 +29,8 @@ #ifdef IOS #include #else -#include +#include +//#include #endif //#include //the MSC version might only define _MSC_STDINT_H_