Fix building with MSVC

This commit is contained in:
Alam Ed Arias 2019-12-05 10:51:55 -05:00
parent a5ac342c5f
commit 0a24c82346
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "SDL.h"
#ifdef _MSC_VER
#include <windows.h>
#pragma warning(default : 4214 4244)
#endif