mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00: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
|
||||
#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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue