aboutsummaryrefslogtreecommitdiff
path: root/src/p2p
diff options
context:
space:
mode:
authorLee Clagett <code@leeclagett.com>2020-05-31 21:18:11 -0400
committerLee Clagett <code@leeclagett.com>2020-05-31 21:18:11 -0400
commit7aeb5035476c672e4c329c02b20ced1669ebe4cd (patch)
tree41562e1722533860750b064f214840578793ee5c /src/p2p
parentMerge pull request #6582 (diff)
downloadmonero-7aeb5035476c672e4c329c02b20ced1669ebe4cd.tar.xz
Fix boost <1.60 compilation and fix boost 1.73+ warnings
Diffstat (limited to 'src/p2p')
-rw-r--r--src/p2p/net_node.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/net_node.inl b/src/p2p/net_node.inl
index f8c177e3a..5bd845e4f 100644
--- a/src/p2p/net_node.inl
+++ b/src/p2p/net_node.inl
@@ -31,7 +31,7 @@
// IP blocking adapted from Boolberry
#include <algorithm>
-#include <boost/bind.hpp>
+#include <boost/bind/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/optional/optional.hpp>