mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 12:28:34 -06:00
Compilation fix 2 (not sure)
This commit is contained in:
parent
52cf911c60
commit
a8b5912340
@ -7,6 +7,7 @@
|
||||
#include <mutex>
|
||||
|
||||
#include "Ini.h"
|
||||
#include "Utilities/Log.h"
|
||||
#include "Gui/ConLogFrame.h"
|
||||
|
||||
#include "Emu/System.h"
|
||||
|
||||
@ -1,7 +1,11 @@
|
||||
#pragma once
|
||||
#include <wx/dataobj.h>
|
||||
#include "Utilities/Log.h"
|
||||
#include <memory>
|
||||
|
||||
namespace Log
|
||||
{
|
||||
struct LogListener;
|
||||
}
|
||||
|
||||
class LogFrame
|
||||
: public wxPanel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user