aboutsummaryrefslogtreecommitdiff
path: root/src/core.cpp
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2014-09-02 15:11:44 +0200
committerPieter Wuille <[email protected]>2014-09-02 15:11:55 +0200
commitb8d92236f61699846f67d8ce6cb55458a46f9de1 (patch)
treed4a9ff259c69469f9b1828d901ffe87659cca735 /src/core.cpp
parentMerge pull request #4810 (diff)
parentDiscover some missing includes (diff)
downloaddiscoin-b8d92236f61699846f67d8ce6cb55458a46f9de1.tar.xz
discoin-b8d92236f61699846f67d8ce6cb55458a46f9de1.zip
Merge pull request #4812
53efb09 Discover some missing includes (jtimon) 8d5e510 Remove unused function StackString() and class CCoins; (jtimon)
Diffstat (limited to 'src/core.cpp')
-rw-r--r--src/core.cpp2
1 files changed, 2 insertions, 0 deletions
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 <boost/foreach.hpp>
+
std::string COutPoint::ToString() const
{
return strprintf("COutPoint(%s, %u)", hash.ToString().substr(0,10), n);