mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Compilation fix 2 (not sure)
This commit is contained in:
parent
52cf911c60
commit
a8b5912340
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
|
||||||
#include "Ini.h"
|
#include "Ini.h"
|
||||||
|
#include "Utilities/Log.h"
|
||||||
#include "Gui/ConLogFrame.h"
|
#include "Gui/ConLogFrame.h"
|
||||||
|
|
||||||
#include "Emu/System.h"
|
#include "Emu/System.h"
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <wx/dataobj.h>
|
#include <wx/dataobj.h>
|
||||||
#include "Utilities/Log.h"
|
#include <memory>
|
||||||
|
|
||||||
|
namespace Log
|
||||||
|
{
|
||||||
|
struct LogListener;
|
||||||
|
}
|
||||||
|
|
||||||
class LogFrame
|
class LogFrame
|
||||||
: public wxPanel
|
: public wxPanel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue