mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-07 17:10:21 +00:00
Merge pull request #4964 from aapo/master
Fix missing includes (stdio.h)
This commit is contained in:
commit
faf2fcb2c4
@ -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"
|
||||
|
@ -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]])
|
||||
|
Loading…
Reference in New Issue
Block a user