rizsotto / Bear

Bear is a tool that generates a compilation database for clang tooling.
GNU General Public License v3.0
4.83k stars 313 forks source link

Add missing <algorithm> include for std::find #530

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

GCC 14 drops some transitive includes within libstdc++.

Explicitly include for std::find.

rizsotto commented 1 year ago

Thank you Sam!

thesamesam commented 1 year ago

Thank you!