diff options
| author | Karl-Johan Alm <[email protected]> | 2018-11-20 14:41:12 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2018-11-20 14:41:12 +0900 |
| commit | e816b341ab794fb84d89efb90b8c0f369d34d6ca (patch) | |
| tree | 1c3afdb52809d16237b862bd3e32cdc2d4bf7d36 /src | |
| parent | Merge #14718: Remove unreferenced boost headers (diff) | |
| download | discoin-e816b341ab794fb84d89efb90b8c0f369d34d6ca.tar.xz discoin-e816b341ab794fb84d89efb90b8c0f369d34d6ca.zip | |
revert removal of fstream.hpp header in fs.h
This is required for some architectures.
Diffstat (limited to 'src')
| -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; |