aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-04-07 04:04:19 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-04-13 02:31:44 +0200
commit1c897fc3daa4b54817b8bc98de52636c83257801 (patch)
tree658215a0ca0b667d58d47aa6a9fc0dc74e6a8ae5 /src/qt
parenta1fd4503284de6f7d67e40b6d681179303647798 (diff)
downloadbitcoin-1c897fc3daa4b54817b8bc98de52636c83257801.tar.xz
Missing includes
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/clientmodel.cpp1
-rw-r--r--src/qt/walletmodel.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/clientmodel.cpp b/src/qt/clientmodel.cpp
index bb10e49422..e2b2cf3fb5 100644
--- a/src/qt/clientmodel.cpp
+++ b/src/qt/clientmodel.cpp
@@ -9,6 +9,7 @@
#include "guiutil.h"
#include "peertablemodel.h"
+#include "chain.h"
#include "chainparams.h"
#include "checkpoints.h"
#include "clientversion.h"
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp
index ebcac53c25..a2a9271904 100644
--- a/src/qt/walletmodel.cpp
+++ b/src/qt/walletmodel.cpp
@@ -13,6 +13,7 @@
#include "transactiontablemodel.h"
#include "base58.h"
+#include "chain.h"
#include "keystore.h"
#include "validation.h"
#include "net.h" // for g_connman