diff options
Diffstat (limited to 'Source/cmXMLSafe.cxx')
-rw-r--r-- | Source/cmXMLSafe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLSafe.cxx b/Source/cmXMLSafe.cxx index 4ad05ca..e76ee52 100644 --- a/Source/cmXMLSafe.cxx +++ b/Source/cmXMLSafe.cxx @@ -16,8 +16,8 @@ #include <iostream> #include <sstream> -#include <string.h> #include <stdio.h> +#include <string.h> //---------------------------------------------------------------------------- cmXMLSafe::cmXMLSafe(const char* s): |