mirror of https://github.com/PCSX2/pcsx2.git
PAD: fix nopch builds
This commit is contained in:
parent
a9da983d02
commit
c6d6865bb9
|
@ -15,8 +15,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <wx/stream.h>
|
||||
#include "wx/filefn.h"
|
||||
#include <memory>
|
||||
#include "Dependencies.h"
|
||||
|
||||
// --------------------------------------------------------------------------------------
|
||||
// pxStreamBase
|
||||
|
|
|
@ -17,6 +17,13 @@
|
|||
|
||||
#define GAMEPAD_NUMBER 2 // numbers of gamepad
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/filename.h>
|
||||
#include "Utilities/pxStreams.h"
|
||||
#include "Utilities/Console.h"
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue