diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-06-18 18:46:01 +0200 |
commit | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch) | |
tree | 8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/init.cpp | |
parent | 245ab4d0ac50095712abd6518b2fc6945d5e24a9 (diff) |
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 51fdf11b69..013fb6bda2 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -2,6 +2,13 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #include "headers.h" +#include "db.h" +#include "rpc.h" +#include "net.h" +#include "init.h" +#include "strlcpy.h" +#include <boost/filesystem/fstream.hpp> +#include <boost/interprocess/sync/file_lock.hpp> using namespace std; using namespace boost; |