aboutsummaryrefslogtreecommitdiff
path: root/src/core_write.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-08-23 05:09:47 +0200
committerjtimon <jtimon@blockstream.io>2014-09-02 02:27:03 +0200
commit53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75 (patch)
treee1059984eca192916527bfb1627594291228e1e1 /src/core_write.cpp
parent8d5e5102f6f80c037b6bbc2985b778fd40c80d1c (diff)
downloadbitcoin-53efb09e4ceaa0ccb4e6271387f5013fe5e1ec75.tar.xz
Discover some missing includes
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 e63b64d692..e66e75515c 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)