diff options
Diffstat (limited to 'Source/cmXMLSafe.h')
-rw-r--r-- | Source/cmXMLSafe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXMLSafe.h b/Source/cmXMLSafe.h index 981359a..7cf34ba 100644 --- a/Source/cmXMLSafe.h +++ b/Source/cmXMLSafe.h @@ -14,8 +14,8 @@ #include <cmsys/Configure.hxx> -#include <string> #include <iosfwd> +#include <string> /** \class cmXMLSafe * \brief Write strings to XML with proper escapes |