Переглянути джерело

Added missing SDL_assert.h

Sam Lantinga 12 роки тому
батько
коміт
17c9ff85e2
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/render/SDL_render.c

+ 1 - 0
src/render/SDL_render.c

@@ -22,6 +22,7 @@
 
 
 /* The SDL 2D rendering system */
 /* The SDL 2D rendering system */
 
 
+#include "SDL_assert.h"
 #include "SDL_hints.h"
 #include "SDL_hints.h"
 #include "SDL_log.h"
 #include "SDL_log.h"
 #include "SDL_render.h"
 #include "SDL_render.h"