undeclared strstr(), strchr(), strtoul(), atoi() and others

This commit is contained in:
no 2015-12-21 15:38:52 -05:00
parent a225ae2cf1
commit 0d2f09a840
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@
* * * *
****************************************************************************/ ****************************************************************************/
#include "stdafx.h" #include "stdafx.h"
#include <string.h>
#include "CheatClass.h" #include "CheatClass.h"
#include <Project64-core/Settings/SettingType/SettingsType-Cheats.h> #include <Project64-core/Settings/SettingType/SettingsType-Cheats.h>
#include <Project64-core/Plugins/GFXPlugin.h> #include <Project64-core/Plugins/GFXPlugin.h>
#include <Project64-core/Plugins/AudioPlugin.h> #include <Project64-core/Plugins/AudioPlugin.h>