From 0eeb4f5d5b4c6b634dea4a5ec5b2e6c322c9230e Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sat, 18 Jun 2011 18:46:01 +0200 Subject: update bitcoin core from git (eeac8727bc0a951631bd) --- src/rpc.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/rpc.cpp') 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 #include #include +#include #ifdef USE_SSL #include +#include typedef boost::asio::ssl::stream SSLStream; #endif #include "json/json_spirit_reader_template.h" -- cgit v1.2.3