Added missing SDL_assert.h

This commit is contained in:
Sam Lantinga 2013-09-28 14:06:51 -07:00
parent 43cc5c1cbb
commit b03fdbe67f

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"