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.cxx | |
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.cxx')
-rw-r--r-- | Source/kwsys/SystemTools.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/SystemTools.cxx b/Source/kwsys/SystemTools.cxx index 7c31ec3..50215ee 100644 --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -21,8 +21,8 @@ #include <SystemTools.hxx> #include <RegularExpression.hxx> #include <Directory.hxx> - -#include <fstream> +#include <std/iostream> +#include <std/fstream> #include <stdio.h> #include <sys/stat.h> |