gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
618 stars 251 forks source link

Missing include algorithm in header (Factory.hh) #2413

Closed oysstu closed 1 month ago

oysstu commented 1 month ago

Factory.hh should #include <algorithm> as it uses std::find_if. https://github.com/gazebosim/gz-sim/blob/8271d440b8dd3ee3febfd08c756f8a557e5cc655/include/gz/sim/components/Factory.hh#L153-L155