mirror of https://github.com/PCSX2/pcsx2.git
Fix Linux build not compiling afer commit a37e62337d
Missing include leads to wxTheApp macro not being defined and throw errors (GCC 10, Linux x86_64)
This commit is contained in:
parent
7e10e4d6eb
commit
7acc51ef67
|
@ -37,6 +37,7 @@
|
|||
|
||||
#include <cstring>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/app.h>
|
||||
|
||||
#define EXPORT_C_(type) extern "C" __attribute__((stdcall, externally_visible, visibility("default"))) type
|
||||
|
||||
|
|
Loading…
Reference in New Issue