diff --git a/neo/sys/platform.h b/neo/sys/platform.h index a95a8bab..1faae4c3 100644 --- a/neo/sys/platform.h +++ b/neo/sys/platform.h @@ -189,6 +189,9 @@ If you have questions concerning this license or the applicable additional terms // MSVC does not provide this C99 header #include #endif +#if defined(__MINGW32__) + #include +#endif #include #include #include