vsprintf() needs stdio and stdarg.
...Unless, of course, some other header like <windows.h> includes those.
This commit is contained in:
parent
5e5e31b72b
commit
e4096aefbf
|
@ -13,6 +13,10 @@
|
|||
#include <Common/path.h>
|
||||
#include <Common/Platform.h>
|
||||
|
||||
/* vsprintf() */
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
static CLog * g_CPULogFile = NULL;
|
||||
|
||||
void Recompiler_Log_Message(const char * strFormat, ...)
|
||||
|
|
Loading…
Reference in New Issue