error: `strcmp' was not declared at this scope.
This commit is contained in:
parent
aea724b81a
commit
d71b7c55b0
|
@ -1,7 +1,9 @@
|
|||
#include "stdafx.h"
|
||||
#include <string.h>
|
||||
#include <Common/path.h>
|
||||
#include <Common/Trace.h>
|
||||
#include <Common/Util.h>
|
||||
|
||||
#include <Project64-core/N64System/Mips/MemoryVirtualMem.h>
|
||||
#include <Project64-core/N64System/SystemGlobals.h>
|
||||
#include <Project64-core/Plugins/PluginClass.h>
|
||||
|
|
Loading…
Reference in New Issue