From 56f8a68f012f6aab495e5ffcf471ae06027aa83a Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Mon, 27 Oct 2014 15:14:50 -0700 Subject: [PATCH] actually include fix is here --- .../library/sharedFoundation/src/win32/FirstPlatform.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/engine/shared/library/sharedFoundation/src/win32/FirstPlatform.h b/engine/shared/library/sharedFoundation/src/win32/FirstPlatform.h index f743afac..5a4d021a 100644 --- a/engine/shared/library/sharedFoundation/src/win32/FirstPlatform.h +++ b/engine/shared/library/sharedFoundation/src/win32/FirstPlatform.h @@ -9,6 +9,12 @@ #ifndef INCLUDED_FirstPlatform_H #define INCLUDED_FirstPlatform_H + +#ifdef WIN32 +#include +#include +#endif + // ====================================================================== // C4127 conditional expression is constant