aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/walletdb.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-03-24 18:06:54 +0100
committerWladimir J. van der Laan <[email protected]>2015-03-24 18:12:56 +0100
commit8d2fbfa49141172e1c63f5ab7b684a1f9e210571 (patch)
treef8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/wallet/walletdb.cpp
parentMerge pull request #5890 (diff)
parentIncludes: Do not include main.h from any other header (diff)
downloaddiscoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.tar.xz
discoin-8d2fbfa49141172e1c63f5ab7b684a1f9e210571.zip
Merge pull request #5681
8a893c9 Includes: Do not include main.h from any other header (Jorge Timón) eca0b1e Includes: MOVEONLY: move more method definitions out of wallet.h (Jorge Timón) 26c16d9 Includes: Refactor: Move CValidationInterface and CMainSignals out of main (Jorge Timón)
Diffstat (limited to 'src/wallet/walletdb.cpp')
-rw-r--r--src/wallet/walletdb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/walletdb.cpp b/src/wallet/walletdb.cpp
index d7f70e435..de56a2d1a 100644
--- a/src/wallet/walletdb.cpp
+++ b/src/wallet/walletdb.cpp
@@ -6,6 +6,7 @@
#include "wallet/walletdb.h"
#include "base58.h"
+#include "main.h"
#include "protocol.h"
#include "serialize.h"
#include "sync.h"