aboutsummaryrefslogtreecommitdiff
path: root/src/rpcdump.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-10-29 18:01:57 -0700
committerGavin Andresen <[email protected]>2013-10-29 18:01:57 -0700
commite13934c94eb6e95c21e04b92c4b0775b2bded67e (patch)
treec4ed663519a61e6d3a77478c25381ede579f129c /src/rpcdump.cpp
parentMerge pull request #3162 from sipa/saninsert (diff)
parentBreak dependency of init on wallet. (diff)
downloaddiscoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.tar.xz
discoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.zip
Merge pull request #3115 from sipa/walletmain
Interaction cleanups between main and wallet
Diffstat (limited to 'src/rpcdump.cpp')
-rw-r--r--src/rpcdump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcdump.cpp b/src/rpcdump.cpp
index 3589b4590..a5f7a542d 100644
--- a/src/rpcdump.cpp
+++ b/src/rpcdump.cpp
@@ -6,6 +6,7 @@
#include <fstream>
#include "init.h" // for pwalletMain
+#include "wallet.h"
#include "bitcoinrpc.h"
#include "ui_interface.h"
#include "base58.h"