Fix missing includes (stdio.h)

This commit is contained in:
Aapo Rantalainen 2014-01-01 22:31:03 +02:00
parent 681ffd3f53
commit ed6b8e34ab
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]])