mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Discover some missing includes
This commit is contained in:
parent
8d5e5102f6
commit
53efb09e4c
6 changed files with 10 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue