2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-15 03:26:08 +00:00

Fix compile error with MSVC

This commit is contained in:
2021-06-06 18:40:16 -07:00
parent 3664b1b8d1
commit 4cd242aef3
3 changed files with 1 additions and 3 deletions

View File

@@ -5,10 +5,10 @@
#include "Runtime/CToken.hpp"
#include "Runtime/RetroTypes.hpp"
#include "Runtime/Graphics/Shaders/CColoredQuadFilter.hpp"
#include "Runtime/GuiSys/CGuiFrame.hpp"
namespace metaforce {
struct CFinalInput;
class CGuiFrame;
class CGuiTableGroup;
class CGuiTextPane;
class CGuiWidget;