aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-08-29 22:52:41 +0200
committerjtimon <[email protected]>2014-08-29 22:52:41 +0200
commite9dd83f0a90c29f9f913f019356844a989505855 (patch)
tree4b8cdf3d9abe6d80c1c4d51921e4074ae4525f20 /src/init.cpp
parentMerge pull request #4599 (diff)
downloaddiscoin-e9dd83f0a90c29f9f913f019356844a989505855.tar.xz
discoin-e9dd83f0a90c29f9f913f019356844a989505855.zip
missing include boost/algorithm/string/replace.hpp
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index c49083c7d..50ad2785d 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>