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
commit20c6bfad1e0f5438b6f016f53d0eac9a0415236a (patch)
tree9ceafb616621643209fbc031d601c62bf59b3a09 /headers.h
parent50d49d9c2ee610785e00181744b7adfae558a6a3 (diff)
downloadbitcoin-20c6bfad1e0f5438b6f016f53d0eac9a0415236a.tar.xz
Gavin Andresen: implementation of autostart on system startup option on Linux
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@101 1a98c847-1fd6-4fd8-948a-caf3550aa51b
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>