revert removal of fstream.hpp header in fs.h

This is required for some architectures.
This commit is contained in:
Karl-Johan Alm
2018-11-20 14:41:12 +09:00
parent 09f1d7fe72
commit e816b341ab

View File

@@ -12,6 +12,7 @@
#endif
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;