aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-08-29 22:52:41 +0200
committerjtimon <jtimon@blockstream.io>2014-08-29 22:52:41 +0200
commite9dd83f0a90c29f9f913f019356844a989505855 (patch)
tree4b8cdf3d9abe6d80c1c4d51921e4074ae4525f20 /src
parent309aa76d279d2986b8d5a3756a38380c97107db7 (diff)
downloadbitcoin-e9dd83f0a90c29f9f913f019356844a989505855.tar.xz
missing include boost/algorithm/string/replace.hpp
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index c49083c7df..50ad2785dd 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -35,6 +35,7 @@
#include "compat/sanity.h"
#include <boost/algorithm/string/predicate.hpp>
+#include <boost/algorithm/string/replace.hpp>
#include <boost/filesystem.hpp>
#include <boost/interprocess/sync/file_lock.hpp>
#include <boost/thread.hpp>