aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2015-02-05 01:21:11 +0100
committerJorge Timón <jtimon@jtimon.cc>2015-03-24 17:23:32 +0100
commit8a893c949bf6b011c8ae1645888576bf236db79c (patch)
treef8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/wallet/wallet.cpp
parenteca0b1ea62b2625d9df8daecacde96edeb486d65 (diff)
downloadbitcoin-8a893c949bf6b011c8ae1645888576bf236db79c.tar.xz
Includes: Do not include main.h from any other header
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index cc03d5632e..09bcda577e 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -8,6 +8,7 @@
#include "base58.h"
#include "checkpoints.h"
#include "coincontrol.h"
+#include "main.h"
#include "net.h"
#include "script/script.h"
#include "script/sign.h"