summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SystemTools.hxx.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-05-12 17:15:49 (GMT)
committerBrad King <brad.king@kitware.com>2003-05-12 17:15:49 (GMT)
commitb910480e32088f6ec5eebeeef9d42491ef523790 (patch)
tree8dc4c2589a285d03577be85143af8e85885887e5 /Source/kwsys/SystemTools.hxx.in
parent395fae76420230bda51d74fbd45b1eb0f797f854 (diff)
downloadCMake-b910480e32088f6ec5eebeeef9d42491ef523790.zip
CMake-b910480e32088f6ec5eebeeef9d42491ef523790.tar.gz
CMake-b910480e32088f6ec5eebeeef9d42491ef523790.tar.bz2
ENH: Added wrappers around the std stream headers to make them look like ansi streams on all platforms.
Diffstat (limited to 'Source/kwsys/SystemTools.hxx.in')
-rw-r--r--Source/kwsys/SystemTools.hxx.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/kwsys/SystemTools.hxx.in b/Source/kwsys/SystemTools.hxx.in
index 7c7d302..cceb278 100644
--- a/Source/kwsys/SystemTools.hxx.in
+++ b/Source/kwsys/SystemTools.hxx.in
@@ -17,10 +17,9 @@
#ifndef @KWSYS_NAMESPACE@_SystemTools_hxx
#define @KWSYS_NAMESPACE@_SystemTools_hxx
-#include <@KWSYS_NAMESPACE@/StandardIncludes.hxx>
-
-#include <string>
-#include <vector>
+#include <@KWSYS_NAMESPACE@/std/iosfwd>
+#include <@KWSYS_NAMESPACE@/std/string>
+#include <@KWSYS_NAMESPACE@/std/vector>
namespace @KWSYS_NAMESPACE@
{