revert removal of fstream.hpp header in fs.h

This is required for some architectures.
pull/643/head
Karl-Johan Alm 6 years ago
parent 09f1d7fe72
commit e816b341ab
No known key found for this signature in database
GPG Key ID: 57AF762DB3353322

@ -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…
Cancel
Save