Skip to content

Commit e816b34

Browse files
committed
revert removal of fstream.hpp header in fs.h
This is required for some architectures.
1 parent 09f1d7f commit e816b34

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)