aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-10-29 18:01:57 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-10-29 18:01:57 -0700
commite13934c94eb6e95c21e04b92c4b0775b2bded67e (patch)
treec4ed663519a61e6d3a77478c25381ede579f129c /src/qt
parentcde10602a6e4cfbf10126ea9bcefb6b79175818b (diff)
parent722fa283d04dfe9c70418e69535a08eea06b4377 (diff)
downloadbitcoin-e13934c94eb6e95c21e04b92c4b0775b2bded67e.tar.xz
Merge pull request #3115 from sipa/walletmain
Interaction cleanups between main and wallet
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/optionsmodel.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp
index 95efc58320..4db048dcce 100644
--- a/src/qt/optionsmodel.cpp
+++ b/src/qt/optionsmodel.cpp
@@ -6,6 +6,9 @@
#include "bitcoinunits.h"
#include "init.h"
+#include "core.h"
+#include "wallet.h"
+#include "netbase.h"
#include "walletdb.h"
#include "guiutil.h"