aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl-Johan Alm <[email protected]>2018-11-20 14:41:12 +0900
committerKarl-Johan Alm <[email protected]>2018-11-20 14:41:12 +0900
commite816b341ab794fb84d89efb90b8c0f369d34d6ca (patch)
tree1c3afdb52809d16237b862bd3e32cdc2d4bf7d36 /src
parentMerge #14718: Remove unreferenced boost headers (diff)
downloaddiscoin-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs.h b/src/fs.h
index 0082f8b48..bdccb1523 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;