Skip to content
Snippets Groups Projects
Commit a5b766fe authored by Kenneth Moreland's avatar Kenneth Moreland
Browse files

Fixed a problem where ifstream was not the same as kwsys_ios::ifstream on

MSVC 6.0.
parent 66d437b7
Branches
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@
#if @KWSYS_NAMESPACE@_IOS_HAVE_ANSI
# include <iosfwd>
# include <fstream>
#else
class fstream;
class ifstream;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment