mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
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.
This commit is contained in:
parent
3e2e0d5d63
commit
a0f48a0592
@ -23,7 +23,6 @@
|
||||
|
||||
#if @KWSYS_NAMESPACE@_IOS_USE_ANSI
|
||||
# include <iosfwd>
|
||||
# include <fstream>
|
||||
#else
|
||||
class fstream;
|
||||
class ifstream;
|
||||
|
Loading…
Reference in New Issue
Block a user