summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-02-26 22:58:26 (GMT)
committerBrad King <brad.king@kitware.com>2001-02-26 22:58:26 (GMT)
commiteb80df5561f67434e88e73fa59d2c3f7098350d8 (patch)
treec93bd3cfb7f2537a77f8436b0364c19dfd9a026a /Source/cmStandardIncludes.h
parentacbd160dd2731b2a77a8fd6fb444b52e8f0676a0 (diff)
downloadCMake-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.h2
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