diff options
| author | jtimon <[email protected]> | 2014-08-23 05:09:47 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-09-02 02:27:03 +0200 |
| commit | 53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75 (patch) | |
| tree | e1059984eca192916527bfb1627594291228e1e1 /src/core.cpp | |
| parent | Remove unused function StackString() and class CCoins; (diff) | |
| download | discoin-53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75.tar.xz discoin-53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75.zip | |
Discover some missing includes
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); |