mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Compilation fix 2 (not sure)
This commit is contained in:
parent
52cf911c60
commit
a8b5912340
2 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue