mirror of
https://github.com/reactos/CMake.git
synced 2024-12-03 00:57:25 +00:00
Add ctype.h include for toupper()
This commit is contained in:
parent
af12f83d80
commit
0a014dab5c
@ -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__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user