From a2f510bbd516540daddaef3822b03c4506424420 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 7 Sep 2019 22:47:45 +0200 Subject: [PATCH] Still trying to repair cross compilation --- JGE/include/DebugRoutines.h | 3 +++ projects/mtg/include/PrecompiledHeader.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JGE/include/DebugRoutines.h b/JGE/include/DebugRoutines.h index e1947602d..571f358f0 100644 --- a/JGE/include/DebugRoutines.h +++ b/JGE/include/DebugRoutines.h @@ -1,6 +1,9 @@ #ifndef DEBUGROUTINES_H #define DEBUGROUTINES_H +// dirty, but I get OS header includes this way +#include "JGE.h" + #include "OutputCapturer.h" #include diff --git a/projects/mtg/include/PrecompiledHeader.h b/projects/mtg/include/PrecompiledHeader.h index a5bce3895..4c3a23630 100644 --- a/projects/mtg/include/PrecompiledHeader.h +++ b/projects/mtg/include/PrecompiledHeader.h @@ -12,9 +12,6 @@ #include #include #include -#if (__cplusplus > 199711L) || (_MSC_VER >= 1700) -#include -#endif #include "config.h" #include "DebugRoutines.h"