diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-29 18:01:57 -0700 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2013-10-29 18:01:57 -0700 |
commit | e13934c94eb6e95c21e04b92c4b0775b2bded67e (patch) | |
tree | c4ed663519a61e6d3a77478c25381ede579f129c /src/qt | |
parent | cde10602a6e4cfbf10126ea9bcefb6b79175818b (diff) | |
parent | 722fa283d04dfe9c70418e69535a08eea06b4377 (diff) |
Merge pull request #3115 from sipa/walletmain
Interaction cleanups between main and wallet
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/optionsmodel.cpp | 3 |
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" |