Skip to content
Snippets Groups Projects
Commit fcbf5003 authored by Brad King's avatar Brad King
Browse files

ERR: Removed inclusion of fstream header. This file is meant as a...

ERR: Removed inclusion of fstream header.  This file is meant as a compatibility header for iosfwd and therefore should not include any other header.  Whatever was fixed by adding the include of fstream here should be fixed by other means.
parent d757a496
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@
#if @KWSYS_NAMESPACE@_IOS_USE_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.
Finish editing this message first!
Please register or to comment