Merge pull request #4964 from aapo/master

Fix missing includes (stdio.h)
This commit is contained in:
Unknown W. Brackets 2014-01-01 13:27:36 -08:00
commit faf2fcb2c4
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#include "zlib.h"
#include <stdio.h>
#include "Core/System.h"
#include "Core/FileSystems/MetaFileSystem.h"

View File

@ -20,6 +20,7 @@
#include "Core/MIPS/MIPSVFPUUtils.h"
#include <limits>
#include <stdio.h>
#define V(i) (currentMIPS->v[voffset[i]])
#define VI(i) (currentMIPS->vi[voffset[i]])