Discover some missing includes

This commit is contained in:
jtimon
2014-08-23 05:09:47 +02:00
committed by jtimon
parent 8d5e5102f6
commit 53efb09e4c
6 changed files with 10 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
#include "guiutil.h"
#include "optionsmodel.h"
#include <boost/foreach.hpp>
RecentRequestsTableModel::RecentRequestsTableModel(CWallet *wallet, WalletModel *parent) :
walletModel(parent)
{