aboutsummaryrefslogtreecommitdiff
path: root/src/rpc.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 18:46:01 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-18 18:46:01 +0200
commit0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch)
tree8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/rpc.cpp
parent245ab4d0ac50095712abd6518b2fc6945d5e24a9 (diff)
downloadbitcoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.tar.xz
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/rpc.cpp')
-rw-r--r--src/rpc.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp
index ca88bec91b..bc9b224518 100644
--- a/src/rpc.cpp
+++ b/src/rpc.cpp
@@ -4,12 +4,17 @@
#include "headers.h"
#include "cryptopp/sha.h"
+#include "db.h"
+#include "net.h"
+#include "init.h"
#undef printf
#include <boost/asio.hpp>
#include <boost/iostreams/concepts.hpp>
#include <boost/iostreams/stream.hpp>
+#include <boost/algorithm/string.hpp>
#ifdef USE_SSL
#include <boost/asio/ssl.hpp>
+#include <boost/filesystem/fstream.hpp>
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream;
#endif
#include "json/json_spirit_reader_template.h"