revert removal of fstream.hpp header in fs.h
This is required for some architectures.
This commit is contained in:
parent
09f1d7fe72
commit
e816b341ab
1 changed files with 1 additions and 0 deletions
1
src/fs.h
1
src/fs.h
|
@ -12,6 +12,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/filesystem.hpp>
|
#include <boost/filesystem.hpp>
|
||||||
|
#include <boost/filesystem/fstream.hpp>
|
||||||
|
|
||||||
/** Filesystem operations and types */
|
/** Filesystem operations and types */
|
||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
|
|
Loading…
Reference in a new issue