diff options
author | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2018-11-20 14:41:12 +0900 |
---|---|---|
committer | Karl-Johan Alm <karljohan-alm@garage.co.jp> | 2018-11-20 14:41:12 +0900 |
commit | e816b341ab794fb84d89efb90b8c0f369d34d6ca (patch) | |
tree | 1c3afdb52809d16237b862bd3e32cdc2d4bf7d36 /src/fs.h | |
parent | 09f1d7fe7243d9da76068119668ff2ebe6686c2c (diff) |
revert removal of fstream.hpp header in fs.h
This is required for some architectures.
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ #endif #include <boost/filesystem.hpp> +#include <boost/filesystem/fstream.hpp> /** Filesystem operations and types */ namespace fs = boost::filesystem; |