summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-04-18 12:57:37 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-04-18 12:57:37 (GMT)
commit0256ea55abe019b3a9b487e422b327722ed8935c (patch)
treea1ad98e40e68a9ff307e284f87cc00f596b73b98 /Source
parentde3c7bd7994490a01fc0805fcfff277f07cb9116 (diff)
parentcc684857c2959d7a49c0c390dcf3361804648c0b (diff)
downloadCMake-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.cxx1
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>