From 53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75 Mon Sep 17 00:00:00 2001 From: jtimon Date: Sat, 23 Aug 2014 05:09:47 +0200 Subject: Discover some missing includes --- src/core.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core.cpp') diff --git a/src/core.cpp b/src/core.cpp index e6636ae04..8dcda0126 100644 --- a/src/core.cpp +++ b/src/core.cpp @@ -7,6 +7,8 @@ #include "tinyformat.h" +#include + std::string COutPoint::ToString() const { return strprintf("COutPoint(%s, %u)", hash.ToString().substr(0,10), n); -- cgit v1.2.3