diff options
| author | Pieter Wuille <[email protected]> | 2014-09-02 15:11:44 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-02 15:11:55 +0200 |
| commit | b8d92236f61699846f67d8ce6cb55458a46f9de1 (patch) | |
| tree | d4a9ff259c69469f9b1828d901ffe87659cca735 /src/core.cpp | |
| parent | Merge pull request #4810 (diff) | |
| parent | Discover some missing includes (diff) | |
| download | discoin-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.cpp | 2 |
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); |