aboutsummaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-07-09 02:11:50 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-07-09 02:11:50 +0000
commitc8063ff034797a1f8fe90e0ed959392ebdc3807d (patch)
tree9ceafb616621643209fbc031d601c62bf59b3a09 /headers.h
parentcefe611ce54b4a60acc30d8bab644d1f1cc42625 (diff)
downloadbitcoin-c8063ff034797a1f8fe90e0ed959392ebdc3807d.tar.xz
Gavin Andresen: implementation of autostart on system startup option on Linux
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index b53de8245b..91e9dbed4c 100644
--- a/headers.h
+++ b/headers.h
@@ -58,6 +58,7 @@
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/interprocess/sync/interprocess_mutex.hpp>
#include <boost/interprocess/sync/interprocess_recursive_mutex.hpp>