Skip to content

Commit 1b99d15

Browse files
committed
Merge #14768: revert removal of fstream.hpp header in fs.h
e816b34 revert removal of fstream.hpp header in fs.h (Karl-Johan Alm) Pull request description: We cannot (yet) remove the EXPECTED_BOOST_INCLUDES entry as this header is still needed in `fs.h` (see #14763). Partially reverts #14718. Tree-SHA512: e94d8d6208bee14af20a7a529e60a4898358ec8c070a8bf0701e589a2ae33df1305deac83cee619f103c24be0eb3c12a2f490209c125b247acf21561c7de456e
2 parents 09f1d7f + e816b34 commit 1b99d15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#endif
1313

1414
#include <boost/filesystem.hpp>
15+
#include <boost/filesystem/fstream.hpp>
1516

1617
/** Filesystem operations and types */
1718
namespace fs = boost::filesystem;

0 commit comments

Comments
 (0)