Ver Fonte

Fixed iOS and Android build

Sam Lantinga há 6 anos atrás
pai
commit
6ec14b7fda
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/render/opengles/SDL_render_gles.c

+ 1 - 0
src/render/opengles/SDL_render_gles.c

@@ -22,6 +22,7 @@
 
 
 #if SDL_VIDEO_RENDER_OGL_ES && !SDL_RENDER_DISABLED
 #if SDL_VIDEO_RENDER_OGL_ES && !SDL_RENDER_DISABLED
 
 
+#include "SDL_assert.h"
 #include "SDL_hints.h"
 #include "SDL_hints.h"
 #include "SDL_opengles.h"
 #include "SDL_opengles.h"
 #include "../SDL_sysrender.h"
 #include "../SDL_sysrender.h"