PAD: fix nopch builds

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-12-11 07:41:42 +01:00 committed by lightningterror
parent a9da983d02
commit c6d6865bb9
2 changed files with 9 additions and 0 deletions

View File

@ -15,8 +15,10 @@
#pragma once
#include <wx/stream.h>
#include "wx/filefn.h"
#include <memory>
#include "Dependencies.h"
// --------------------------------------------------------------------------------------
// pxStreamBase

View File

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