aboutsummaryrefslogtreecommitdiff
path: root/src/qt/recentrequeststablemodel.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-08-23 05:09:47 +0200
committerjtimon <[email protected]>2014-09-02 02:27:03 +0200
commit53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75 (patch)
treee1059984eca192916527bfb1627594291228e1e1 /src/qt/recentrequeststablemodel.cpp
parentRemove unused function StackString() and class CCoins; (diff)
downloaddiscoin-53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75.tar.xz
discoin-53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75.zip
Discover some missing includes
Diffstat (limited to 'src/qt/recentrequeststablemodel.cpp')
-rw-r--r--src/qt/recentrequeststablemodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/recentrequeststablemodel.cpp b/src/qt/recentrequeststablemodel.cpp
index 9e3976644..0e5802922 100644
--- a/src/qt/recentrequeststablemodel.cpp
+++ b/src/qt/recentrequeststablemodel.cpp
@@ -8,6 +8,8 @@
#include "guiutil.h"
#include "optionsmodel.h"
+#include <boost/foreach.hpp>
+
RecentRequestsTableModel::RecentRequestsTableModel(CWallet *wallet, WalletModel *parent) :
walletModel(parent)
{