Skip to content

Commit

Permalink
Merge pull request #2730 from theMarix/boost-1.84-compat
Browse files Browse the repository at this point in the history
Properly include Boost Array header
  • Loading branch information
jamescowens authored Dec 29, 2023
2 parents e01fd09 + 726cc9e commit 5d8153a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/diagnose.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "net.h"
#include "util.h"
#include <atomic>
#include <boost/array.hpp>
#include <boost/asio.hpp>
#include <boost/asio/ip/udp.hpp>
#include <boost/asio/system_timer.hpp>
Expand Down
1 change: 1 addition & 0 deletions test/lint/lint-includes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ EXPECTED_BOOST_INCLUDES=(
boost/algorithm/string/predicate.hpp
boost/algorithm/string/replace.hpp
boost/algorithm/string/split.hpp
boost/array.hpp
boost/asio.hpp
boost/asio/ip/udp.hpp
boost/asio/ip/v6_only.hpp
Expand Down

0 comments on commit 5d8153a

Please sign in to comment.