aboutsummaryrefslogtreecommitdiff
path: root/src/core_write.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_write.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_write.cpp')
-rw-r--r--src/core_write.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp
index e63b64d69..e66e75515 100644
--- a/src/core_write.cpp
+++ b/src/core_write.cpp
@@ -11,6 +11,8 @@
#include "utilmoneystr.h"
#include "base58.h"
+#include <boost/foreach.hpp>
+
using namespace std;
string EncodeHexTx(const CTransaction& tx)