Skip to content

Commit

Permalink
Mark Boost Array's header as an expected include
Browse files Browse the repository at this point in the history
We have been using Boost Array already but only indirectly pulled in the
header. Explicit inclusion of the header thus does not introduce any new
dependency.
  • Loading branch information
theMarix committed Dec 28, 2023
1 parent c3377e6 commit 726cc9e
Showing 1 changed file with 1 addition and 0 deletions.
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 726cc9e

Please sign in to comment.