mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Compilation fix
This commit is contained in:
parent
a324b58145
commit
bed3260e45
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "wx/glcanvas.h"
|
|
||||||
#include "Gui/GSFrame.h"
|
|
||||||
#include "Emu/RSX/GL/GLGSRender.h"
|
#include "Emu/RSX/GL/GLGSRender.h"
|
||||||
|
#include "Gui/GSFrame.h"
|
||||||
|
#include "wx/glcanvas.h"
|
||||||
|
|
||||||
struct GLGSFrame : public GSFrame, public GSFrameBase
|
struct GLGSFrame : public GSFrame, public GSFrameBase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue