mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2025-12-30 18:48:51 +01:00
Fix mingw compiler error (font was missing cstdio for memset)
This commit is contained in:
parent
7b5ba862f7
commit
dd6571a156
@ -18,6 +18,7 @@
|
||||
#include "../Utility/Log.h"
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
#include <cstdio>
|
||||
|
||||
Font::Font()
|
||||
: Texture(NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user