summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLSafe.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-08-20 20:06:40 (GMT)
committerBrad King <brad.king@kitware.com>2015-08-20 20:19:08 (GMT)
commite8585f45f57e23bc9eca068d8bee02888066d722 (patch)
tree462e3c88cd2a92ce8c512947fd6e7d507e1169ee /Source/cmXMLSafe.h
parent6db713c07f2f1b14f695e123008522daf3d26527 (diff)
downloadCMake-e8585f45f57e23bc9eca068d8bee02888066d722.zip
CMake-e8585f45f57e23bc9eca068d8bee02888066d722.tar.gz
CMake-e8585f45f57e23bc9eca068d8bee02888066d722.tar.bz2
Remove use of include <cmsys/stl/*> and cmsys_stl::*
We no longer need this compatibility layer for the compilers we support.
Diffstat (limited to 'Source/cmXMLSafe.h')
-rw-r--r--Source/cmXMLSafe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmXMLSafe.h b/Source/cmXMLSafe.h
index 42333fa..ead2e01 100644
--- a/Source/cmXMLSafe.h
+++ b/Source/cmXMLSafe.h
@@ -12,7 +12,8 @@
#ifndef cmXMLSafe_h
#define cmXMLSafe_h
-#include <cmsys/stl/string>
+#include <cmsys/Configure.hxx>
+#include <string>
#include <iosfwd>
/** \class cmXMLSafe