error: `strcmp' was not declared at this scope.

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

View File

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