Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on
MSVC 6.0.
This commit is contained in:
parent
460f90de2b
commit
06bf73f9c3
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#if @KWSYS_NAMESPACE@_IOS_HAVE_ANSI
|
#if @KWSYS_NAMESPACE@_IOS_HAVE_ANSI
|
||||||
# include <iosfwd>
|
# include <iosfwd>
|
||||||
|
# include <fstream>
|
||||||
#else
|
#else
|
||||||
class fstream;
|
class fstream;
|
||||||
class ifstream;
|
class ifstream;
|
||||||
|
|
Loading…
Reference in New Issue