From 8387fce0e5fc1bf4d22130f38fbf2e0422e5f581 Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sat, 29 Dec 2018 12:50:24 -0600 Subject: [PATCH] Include ctype.h --- cheats2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cheats2.cpp b/cheats2.cpp index 27383827..0ff7fef9 100644 --- a/cheats2.cpp +++ b/cheats2.cpp @@ -4,6 +4,8 @@ For further information, consult the LICENSE file in the root directory. \*****************************************************************************/ +#include + #include "snes9x.h" #include "memmap.h" #include "cheats.h"