diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c index 77bf414cc..12695585a 100644 --- a/src/sdl/i_video.c +++ b/src/sdl/i_video.c @@ -32,6 +32,7 @@ #include "SDL.h" #ifdef _MSC_VER +#include #pragma warning(default : 4214 4244) #endif