Closed scpeters closed 1 year ago
Please ignore conda-forge CI failures, they are not related to the PR and will be solved by https://github.com/gazebosim/gazebo-classic/pull/3287 .
I'm not sure why the abi-checker jobs are failing too; I'll look into that. I'll merge this anyway since it doesn't affect API/ABI
🦟 Bug fix
Fixes https://github.com/osrf/homebrew-simulation/issues/2179
Summary
There is a reported build failure on some versions of macOS in https://github.com/osrf/homebrew-simulation/issues/2179, and I observed a failed bottle build on macOS Monterey:
https://build.osrfoundation.org/job/generic-release-homebrew_triggered_bottle_builder/1088/label=osx_monterey/
There is a complaint about
msgs.cc
:The solution is to include the
<array>
header file.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.