diff options
author | Jorge Timón <jtimon@jtimon.cc> | 2015-02-05 01:21:11 +0100 |
---|---|---|
committer | Jorge Timón <jtimon@jtimon.cc> | 2015-03-24 17:23:32 +0100 |
commit | 8a893c949bf6b011c8ae1645888576bf236db79c (patch) | |
tree | f8cc7e9b3268bea6b3333a9bc9f3a3f48eb87fbb /src/qt/addresstablemodel.cpp | |
parent | eca0b1ea62b2625d9df8daecacde96edeb486d65 (diff) |
Includes: Do not include main.h from any other header
Diffstat (limited to 'src/qt/addresstablemodel.cpp')
-rw-r--r-- | src/qt/addresstablemodel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/addresstablemodel.cpp b/src/qt/addresstablemodel.cpp index 9573fe43df..8e20836c65 100644 --- a/src/qt/addresstablemodel.cpp +++ b/src/qt/addresstablemodel.cpp @@ -10,6 +10,8 @@ #include "base58.h" #include "wallet/wallet.h" +#include <boost/foreach.hpp> + #include <QFont> #include <QDebug> |