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

Missing algorithm include (InspectFeatures.hh) #644

Closed
oysstu opened this issue May 25, 2024 · 0 comments · Fixed by #645
Closed

Missing algorithm include (InspectFeatures.hh) #644

oysstu opened this issue May 25, 2024 · 0 comments · Fixed by #645

Comments

@oysstu
Copy link
Contributor

oysstu commented May 25, 2024

This header needs to include algorithm due to the use of std::find.

const auto it = std::find(acceptable.begin(), acceptable.end(), p);

@oysstu oysstu changed the title Add missing algorithm include (InspectFeatures.hh) Missing algorithm include (InspectFeatures.hh) May 25, 2024
@github-project-automation github-project-automation bot moved this from Inbox to Done in Core development May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant