aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-11-20 14:41:12 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-11-20 14:41:12 +0900
commite816b341ab794fb84d89efb90b8c0f369d34d6ca (patch)
tree1c3afdb52809d16237b862bd3e32cdc2d4bf7d36
parent09f1d7fe7243d9da76068119668ff2ebe6686c2c (diff)
downloadbitcoin-e816b341ab794fb84d89efb90b8c0f369d34d6ca.tar.xz
revert removal of fstream.hpp header in fs.h
This is required for some architectures.
-rw-r--r--src/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs.h b/src/fs.h
index 0082f8b483..bdccb15232 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -12,6 +12,7 @@
#endif
#include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
/** Filesystem operations and types */
namespace fs = boost::filesystem;