Fixed compiler warning

This commit is contained in:
Sam Lantinga 2014-04-23 13:47:52 -07:00
parent acbc321c2a
commit a5ce57bc3d

View file

@ -22,6 +22,10 @@
#if SDL_VIDEO_OPENGL_EGL
#if SDL_VIDEO_DRIVER_WINDOWS || SDL_VIDEO_DRIVER_WINRT
#include "../core/windows/SDL_windows.h"
#endif
#include "SDL_sysvideo.h"
#include "SDL_egl_c.h"
#include "SDL_loadso.h"