diff options
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__)) |