mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-02 10:16:50 +02:00
Fix mingw compiler error (font was missing cstdio for memset)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
Font::Font()
|
||||
: Texture(NULL)
|
||||
|
||||
Reference in New Issue
Block a user