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

@@ -7,6 +7,8 @@
#include "tinyformat.h"
#include <boost/foreach.hpp>
std::string COutPoint::ToString() const
{
return strprintf("COutPoint(%s, %u)", hash.ToString().substr(0,10), n);