Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

thesamesam
Copy link
Contributor

GCC 14 drops some transitive includes within libstdc++.

Explicitly include for std::find.

GCC 14 drops some transitive includes within libstdc++.

Explicitly include <algorithm> for std::find.
@rizsotto rizsotto merged commit 9f9fb07 into rizsotto:master Jun 8, 2023
@rizsotto
Copy link
Owner

rizsotto commented Jun 8, 2023

Thank you Sam!

@thesamesam
Copy link
Contributor Author

Thank you!

@thesamesam thesamesam deleted the gcc14 branch June 8, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants