diff options
author | jtimon <jtimon@blockstream.io> | 2014-08-29 22:52:41 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-08-29 22:52:41 +0200 |
commit | e9dd83f0a90c29f9f913f019356844a989505855 (patch) | |
tree | 4b8cdf3d9abe6d80c1c4d51921e4074ae4525f20 /src | |
parent | 309aa76d279d2986b8d5a3756a38380c97107db7 (diff) |
missing include boost/algorithm/string/replace.hpp
Diffstat (limited to 'src')
-rw-r--r-- | src/init.cpp | 1 |
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> |