diff options
author | Brad King <brad.king@kitware.com> | 2001-02-26 22:58:26 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-02-26 22:58:26 (GMT) |
commit | eb80df5561f67434e88e73fa59d2c3f7098350d8 (patch) | |
tree | c93bd3cfb7f2537a77f8436b0364c19dfd9a026a /Source/cmStandardIncludes.h | |
parent | acbd160dd2731b2a77a8fd6fb444b52e8f0676a0 (diff) | |
download | CMake-eb80df5561f67434e88e73fa59d2c3f7098350d8.zip CMake-eb80df5561f67434e88e73fa59d2c3f7098350d8.tar.gz CMake-eb80df5561f67434e88e73fa59d2c3f7098350d8.tar.bz2 |
ERR: fsream.h -> fstream.h
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 0aed2a7..2d820b1 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -34,7 +34,7 @@ #include <fstream> #include <iostream> #else -#include <fsream.h> +#include <fstream.h> #include <iostream.h> #endif |