Include SDL_assert.h to fix broken build.

This commit is contained in:
Ryan C. Gordon 2013-07-20 21:22:37 -04:00
parent 20b4bd0c6a
commit 0002acb775

View file

@ -82,6 +82,7 @@
* SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
*/
#include "SDL_assert.h"
#include "SDL_video.h"
#include "SDL_cpuinfo.h"
#include "SDL_yuv_sw_c.h"