From cf9acbfdb09e929b22f698eeb63a48618d6cb3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sat, 18 Nov 2017 17:05:44 -0800 Subject: [PATCH] FIxed build. --- src/os.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/os.cpp b/src/os.cpp index c152423..d13ae78 100644 --- a/src/os.cpp +++ b/src/os.cpp @@ -12,6 +12,12 @@ #include +#if BX_CRT_MSVC +# include +#else +# include +#endif // BX_CRT_MSVC + #if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT # include # include