diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2010-12-17 14:23:59 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2010-12-17 14:23:59 (GMT) |
commit | 0a014dab5c9566b63783986d98f398efb2fadcb8 (patch) | |
tree | c43eec5f61d3720b673b08ec96a1d65490f45442 /Tests/TestsWorkingDirectory/main.cxx | |
parent | af12f83d80412141117a0e84614a06af9bae68ae (diff) | |
download | CMake-0a014dab5c9566b63783986d98f398efb2fadcb8.zip CMake-0a014dab5c9566b63783986d98f398efb2fadcb8.tar.gz CMake-0a014dab5c9566b63783986d98f398efb2fadcb8.tar.bz2 |
Add ctype.h include for toupper()
Diffstat (limited to 'Tests/TestsWorkingDirectory/main.cxx')
-rw-r--r-- | Tests/TestsWorkingDirectory/main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestsWorkingDirectory/main.cxx b/Tests/TestsWorkingDirectory/main.cxx index eacd7ee..6c4802d 100644 --- a/Tests/TestsWorkingDirectory/main.cxx +++ b/Tests/TestsWorkingDirectory/main.cxx @@ -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__)) |