Add ctype.h include for toupper()

This commit is contained in:
Ben Boeckel 2010-12-17 09:23:59 -05:00
parent af12f83d80
commit 0a014dab5c
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctype.h>
#if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))