gazebosim / gz-physics

Abstract physics interface designed to support simulation and rapid development of robot applications.
https://gazebosim.org
Apache License 2.0
62 stars 38 forks source link

Add missing algorithm include #645

Closed oysstu closed 1 month ago

oysstu commented 1 month ago

🦟 Bug fix

Fixes #644

Summary

Adds a missing include (algorithm). Needed due to use of std::find.

Checklist