From bed3260e459a32f42c7e18c38c02cb3cc2d77a49 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Mon, 25 Aug 2014 03:38:11 +0400 Subject: [PATCH] Compilation fix --- rpcs3/Gui/GLGSFrame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/Gui/GLGSFrame.h b/rpcs3/Gui/GLGSFrame.h index a832453326..37f79693fe 100644 --- a/rpcs3/Gui/GLGSFrame.h +++ b/rpcs3/Gui/GLGSFrame.h @@ -1,7 +1,7 @@ #pragma once -#include "wx/glcanvas.h" -#include "Gui/GSFrame.h" #include "Emu/RSX/GL/GLGSRender.h" +#include "Gui/GSFrame.h" +#include "wx/glcanvas.h" struct GLGSFrame : public GSFrame, public GSFrameBase {