diff options
| author | Jorge Timón <[email protected]> | 2015-07-05 14:17:46 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-07-23 21:10:22 +0200 |
| commit | 9dd793f499254600efa468938cef9baa28ac81b0 (patch) | |
| tree | 5e42b1266d5e8c5fb64366778b6a3118a79adf2e /src/qt/walletmodel.cpp | |
| parent | Merge pull request #6381 (diff) | |
| download | discoin-9dd793f499254600efa468938cef9baa28ac81b0.tar.xz discoin-9dd793f499254600efa468938cef9baa28ac81b0.zip | |
TRIVIAL: Missing includes
Diffstat (limited to 'src/qt/walletmodel.cpp')
| -rw-r--r-- | src/qt/walletmodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 168a0255f..7820047b6 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -25,6 +25,8 @@ #include <QSet> #include <QTimer> +#include <boost/foreach.hpp> + WalletModel::WalletModel(CWallet *wallet, OptionsModel *optionsModel, QObject *parent) : QObject(parent), wallet(wallet), optionsModel(optionsModel), addressTableModel(0), transactionTableModel(0), |