mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-01-27 02:05:06 +01:00
Fix mingw compiler error (font was missing cstdio for memset)
This commit is contained in:
parent
dd6571a156
commit
4ce39766d7
@ -19,6 +19,7 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
Font::Font()
|
||||
: Texture(NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user