mirror of https://github.com/PCSX2/pcsx2.git
common: add some stuff to the pch
This commit is contained in:
parent
42f2210f7f
commit
dcbf62a294
|
@ -11,4 +11,13 @@
|
|||
*
|
||||
* You should have received a copy of the GNU General Public License along with PCSX2.
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
*/
|
||||
|
||||
#include <memory>
|
||||
#include <atomic>
|
||||
#include <csignal>
|
||||
#include <cerrno>
|
||||
#include <cstdio>
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/gdicmn.h>
|
||||
|
|
Loading…
Reference in New Issue