From 0a014dab5c9566b63783986d98f398efb2fadcb8 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 17 Dec 2010 09:23:59 -0500 Subject: [PATCH] Add ctype.h include for toupper() --- Tests/TestsWorkingDirectory/main.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/TestsWorkingDirectory/main.cxx b/Tests/TestsWorkingDirectory/main.cxx index eacd7ee59..6c4802d4a 100644 --- a/Tests/TestsWorkingDirectory/main.cxx +++ b/Tests/TestsWorkingDirectory/main.cxx @@ -1,6 +1,7 @@ #include #include #include +#include #if defined(_WIN32) && (defined(_MSC_VER) || defined(__WATCOMC__) || defined(__BORLANDC__) || defined(__MINGW32__))