Added missing SDL_assert.h

Sam Lantinga 2013-09-28 14:06:51 -07:00
parent 57bd514707
commit 17c9ff85e2
1 changed files with 1 additions and 0 deletions

View File

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