diff options
| author | Jeff Garzik <[email protected]> | 2014-08-29 20:14:53 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2014-08-29 20:14:53 -0400 |
| commit | 76bc6cbf61f0499fd1a2e9a03ad659c42cd8c5d5 (patch) | |
| tree | 4b8cdf3d9abe6d80c1c4d51921e4074ae4525f20 /src/init.cpp | |
| parent | Merge pull request #4599 (diff) | |
| parent | missing include boost/algorithm/string/replace.hpp (diff) | |
| download | discoin-76bc6cbf61f0499fd1a2e9a03ad659c42cd8c5d5.tar.xz discoin-76bc6cbf61f0499fd1a2e9a03ad659c42cd8c5d5.zip | |
Merge pull request #4788
Diffstat (limited to 'src/init.cpp')
| -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 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> |