undeclared sprintf()

This commit is contained in:
no 2015-12-21 15:22:39 -05:00
parent 6a18af08a3
commit b3a6b03fb9
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include <Project64-core/N64System/Interpreter/InterpreterOps.h>
#include <Project64-core/N64System/Interpreter/InterpreterCPU.h>
#include <Project64-core/N64System/N64Class.h>
#include <stdio.h>
#include "RecompilerClass.h"
#include "RecompilerOps.h"
#include "CodeSection.h"