libretro: Fix compile error; conditionally include Font class.

This commit is contained in:
Stephen Anthony 2020-04-29 14:52:15 -02:30
parent b9ec835ef5
commit 15ead58aa7
1 changed files with 3 additions and 4 deletions

View File

@ -26,16 +26,15 @@ class Settings;
class FBSurface;
class TIASurface;
namespace GUI {
class Font;
}
#ifdef GUI_SUPPORT
#include "Font.hxx"
#endif
#include "Rect.hxx"
#include "Variant.hxx"
#include "TIAConstants.hxx"
#include "FrameBufferConstants.hxx"
#include "EventHandlerConstants.hxx"
#include "Font.hxx"
#include "bspf.hxx"
/**