diff options
author | Brad King <brad.king@kitware.com> | 2003-05-12 17:15:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-05-12 17:15:49 (GMT) |
commit | b910480e32088f6ec5eebeeef9d42491ef523790 (patch) | |
tree | 8dc4c2589a285d03577be85143af8e85885887e5 /Source/kwsys/SystemTools.hxx.in | |
parent | 395fae76420230bda51d74fbd45b1eb0f797f854 (diff) | |
download | CMake-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.in | 7 |
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@ { |