diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-18 18:46:01 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-18 18:46:01 +0200 |
| commit | 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e (patch) | |
| tree | 8f7afc6e724d36561b3cb583b40ab2c34a36261e /src/rpc.cpp | |
| parent | add configure and receive icon (diff) | |
| download | discoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.tar.xz discoin-0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e.zip | |
update bitcoin core from git (eeac8727bc0a951631bd)
Diffstat (limited to 'src/rpc.cpp')
| -rw-r--r-- | src/rpc.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/rpc.cpp b/src/rpc.cpp index ca88bec91..bc9b22451 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" |