diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 02:11:50 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-07-09 02:11:50 +0000 |
commit | 20c6bfad1e0f5438b6f016f53d0eac9a0415236a (patch) | |
tree | 9ceafb616621643209fbc031d601c62bf59b3a09 /headers.h | |
parent | 50d49d9c2ee610785e00181744b7adfae558a6a3 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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>
|