diff --git a/platforms/win32/vm/sqPlatformSpecific.h b/platforms/win32/vm/sqPlatformSpecific.h index b273b182e9..0a3b7b3c9f 100755 --- a/platforms/win32/vm/sqPlatformSpecific.h +++ b/platforms/win32/vm/sqPlatformSpecific.h @@ -24,7 +24,7 @@ #if defined(__MINGW32__) || defined(__MINGW64__) // vcruntime.h defines size_t for MSVC builds, but not for mingw builds. -# include // for size_t +# include // for size_t #endif /* File positions in the FilePlugin & other plugins */