error: `sprintf' was not declared in this scope.

This commit is contained in:
no 2016-01-13 10:01:40 -05:00
parent aea724b81a
commit be2a5dba46
1 changed files with 2 additions and 0 deletions

View File

@ -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;