diff options
| author | Jorge Timón <[email protected]> | 2017-04-07 04:04:19 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-04-13 02:31:44 +0200 |
| commit | 1c897fc3daa4b54817b8bc98de52636c83257801 (patch) | |
| tree | 658215a0ca0b667d58d47aa6a9fc0dc74e6a8ae5 /src/qt/walletmodel.cpp | |
| parent | Trivial: Remove unneeded includes from .h: (diff) | |
| download | discoin-1c897fc3daa4b54817b8bc98de52636c83257801.tar.xz discoin-1c897fc3daa4b54817b8bc98de52636c83257801.zip | |
Missing includes
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index ebcac53c2..a2a927190 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 |