Fix mingw compiler error (font was missing cstdio for memset)

This commit is contained in:
emb 2015-02-23 23:12:30 -06:00
parent dd6571a156
commit 4ce39766d7

View File

@ -19,6 +19,7 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_ttf.h>
#include <cstdio>
#include <cstring>
Font::Font()
: Texture(NULL)