mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 13:13:43 +00: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…
x
Reference in New Issue
Block a user