mirror of https://github.com/PCSX2/pcsx2.git
oh i forgotten to commit this too ><
guess thats what happens when you don't commit stuff for a few weeks :/ git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2980 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f26e4a6de6
commit
02038a7dc1
|
@ -48,6 +48,8 @@
|
|||
#include <cstdio> // stdio.h under c++
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
||||
// ... and include some ANSI/POSIX C libs that are useful too, just for good measure.
|
||||
// (these compile lightning fast with or without PCH, but they never change so
|
||||
|
|
Loading…
Reference in New Issue