mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: don't rely on 3rdpary to bring back include dependency
This commit is contained in:
parent
9e774eb41c
commit
38f617233d
|
@ -21,6 +21,7 @@
|
|||
#include "Patch.h"
|
||||
#include "GameDatabase.h"
|
||||
|
||||
#include <memory>
|
||||
#include <wx/textfile.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/txtstrm.h>
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "AppGameDatabase.h"
|
||||
#include "ConfigurationPanels.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <wx/listctrl.h>
|
||||
|
||||
extern wxString DiscSerial;
|
||||
|
|
Loading…
Reference in New Issue