mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-18 09:50:35 -05:00
Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on
MSVC 6.0.
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#if @KWSYS_NAMESPACE@_IOS_HAVE_ANSI
|
||||
# include <iosfwd>
|
||||
# include <fstream>
|
||||
#else
|
||||
class fstream;
|
||||
class ifstream;
|
||||
|
||||
Reference in New Issue
Block a user