Parcourir la source

Fixed compiler warning

Sam Lantinga il y a 12 ans
Parent
commit
a5ce57bc3d
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      src/video/SDL_egl.c

+ 4 - 0
src/video/SDL_egl.c

@@ -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"