diff options
author | Brad King <brad.king@kitware.com> | 2016-04-18 12:57:37 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-04-18 12:57:37 (GMT) |
commit | 0256ea55abe019b3a9b487e422b327722ed8935c (patch) | |
tree | a1ad98e40e68a9ff307e284f87cc00f596b73b98 /Source | |
parent | de3c7bd7994490a01fc0805fcfff277f07cb9116 (diff) | |
parent | cc684857c2959d7a49c0c390dcf3361804648c0b (diff) | |
download | CMake-0256ea55abe019b3a9b487e422b327722ed8935c.zip CMake-0256ea55abe019b3a9b487e422b327722ed8935c.tar.gz CMake-0256ea55abe019b3a9b487e422b327722ed8935c.tar.bz2 |
Merge topic 'cmPolicies-missing-include'
cc684857 cmPolicies.cxx: Add missing include <ctype.h> for isdigit (#16066)
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmPolicies.cxx b/Source/cmPolicies.cxx index 3eb19bb..bce69c5 100644 --- a/Source/cmPolicies.cxx +++ b/Source/cmPolicies.cxx @@ -4,6 +4,7 @@ #include "cmVersion.h" #include "cmVersionMacros.h" #include "cmAlgorithms.h" +#include <ctype.h> #include <map> #include <set> #include <queue> |