From 0d2f09a840b5847bdb484c02055e0f34ef5af520 Mon Sep 17 00:00:00 2001 From: no Date: Mon, 21 Dec 2015 15:38:52 -0500 Subject: [PATCH] undeclared strstr(), strchr(), strtoul(), atoi() and others --- Source/Project64-core/N64System/CheatClass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Project64-core/N64System/CheatClass.cpp b/Source/Project64-core/N64System/CheatClass.cpp index 9af75a463..5905cf8fa 100644 --- a/Source/Project64-core/N64System/CheatClass.cpp +++ b/Source/Project64-core/N64System/CheatClass.cpp @@ -9,8 +9,9 @@ * * ****************************************************************************/ #include "stdafx.h" - +#include #include "CheatClass.h" + #include #include #include