From 7d418581cfaf0a0a5269a9d20fd7a2a8c111b3ea Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 15 Sep 2020 19:35:22 -0400 Subject: [PATCH] CSaveGameScreen: Fix MSVC compilation --- Runtime/MP1/CSaveGameScreen.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Runtime/MP1/CSaveGameScreen.hpp b/Runtime/MP1/CSaveGameScreen.hpp index 0b2866c63..1c4175fbe 100644 --- a/Runtime/MP1/CSaveGameScreen.hpp +++ b/Runtime/MP1/CSaveGameScreen.hpp @@ -5,12 +5,12 @@ #include "Runtime/CIOWin.hpp" #include "Runtime/CToken.hpp" -#include "Runtime/RetroTypes.hpp" +#include "Runtime/GuiSys/CGuiFrame.hpp" #include "Runtime/MP1/CMemoryCardDriver.hpp" #include "Runtime/MP1/CSaveGameScreenTouchBar.hpp" +#include "Runtime/RetroTypes.hpp" namespace urde { -class CGuiFrame; class CGuiTableGroup; class CGuiTextPane; class CSaveWorld;