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:
Romain TISSERAND 2021-02-20 13:08:40 +01:00 committed by refractionpcsx2
parent 7e10e4d6eb
commit 7acc51ef67
1 changed files with 1 additions and 0 deletions

View File

@ -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