diff --git a/src/debug.cpp b/src/debug.cpp index a41124e..550eef6 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -20,6 +20,8 @@ extern "C" void NSLog(CFStringRef _format, ...); # endif // defined(__OBJC__) #elif 0 // BX_PLATFORM_EMSCRIPTEN # include +#else +# include // fputs, fflush #endif // BX_PLATFORM_WINDOWS namespace bx