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