diff options
| author | Max K <[email protected]> | 2021-02-14 18:51:02 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-14 18:51:02 +0100 |
| commit | 5887ca3ec5c93f4f13b7e086779375fc94ab6435 (patch) | |
| tree | 42e3843970126293a5522f91c0aba544db7f4071 /src/init.cpp | |
| parent | Merge pull request #1731 from rnicoll/1.14-3-checkpoints (diff) | |
| parent | Fixed for Qt 5 (diff) | |
| download | discoin-5887ca3ec5c93f4f13b7e086779375fc94ab6435.tar.xz discoin-5887ca3ec5c93f4f13b7e086779375fc94ab6435.zip | |
Merge pull request #1655 from John-Gee/1.14.3-dev
Build on recent Linux
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 0b7777fa0..f06c1811f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -54,7 +54,7 @@ #include <boost/algorithm/string/predicate.hpp> #include <boost/algorithm/string/replace.hpp> #include <boost/algorithm/string/split.hpp> -#include <boost/bind.hpp> +#include <boost/bind/bind.hpp> #include <boost/filesystem.hpp> #include <boost/function.hpp> #include <boost/interprocess/sync/file_lock.hpp> |