Merge pull request #877 from cxd4/have-stdio_h
error: `sprintf' was not declared in this scope.
This commit is contained in:
commit
617b872c26
|
@ -16,6 +16,8 @@
|
|||
#include <Project64-core/N64System/Recompiler/x86CodeLog.h>
|
||||
#include <Project64-core/N64System/Mips/OpcodeName.h>
|
||||
#include <Project64-core/ExceptionHandler.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <Common/MemoryManagement.h>
|
||||
|
||||
uint32_t RegModValue;
|
||||
|
|
Loading…
Reference in New Issue