diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 15:54:20 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 15:54:20 -0500 |
commit | 0532cc29203d7498741966ba935045d98834bc0a (patch) | |
tree | de32eaf380faab3700fe3ec5d367e4864d0daa4b /Source | |
parent | 4a7a86e949440e6975f4c5feea8772d896a78f57 (diff) | |
download | cmake-0532cc29203d7498741966ba935045d98834bc0a.tar.gz |
COMP: Try to resolve compile errors because of missing includes and wrong include path
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmXMLParser.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmXMLParser.cxx b/Source/cmXMLParser.cxx index 82be503cbd..bc3ed6c13c 100644 --- a/Source/cmXMLParser.cxx +++ b/Source/cmXMLParser.cxx @@ -17,6 +17,7 @@ #include "cmXMLParser.h" #include <cmexpat/expat.h> +#include <ctype.h> //---------------------------------------------------------------------------- cmXMLParser::cmXMLParser() |