Added missing SDL_assert.h

This commit is contained in:
Sam Lantinga
2013-09-28 14:06:51 -07:00
parent b7d5ed3b6f
commit 5468c2d97f

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"