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

Fix missing imports for gcc 14 #1652

Merged
merged 1 commit into from
May 24, 2024
Merged

Fix missing imports for gcc 14 #1652

merged 1 commit into from
May 24, 2024

Conversation

heinezen
Copy link
Member

Some files needed an additional include for <algorithm>.

@heinezen heinezen added lang: c++ Done in C++ code bugfix Restores intended behavior labels May 24, 2024
@heinezen heinezen linked an issue May 24, 2024 that may be closed by this pull request
@TheJJ TheJJ merged commit 4abd237 into SFTtech:master May 24, 2024
5 of 8 checks passed
@heinezen heinezen mentioned this pull request May 25, 2024
@heinezen heinezen deleted the fix/gcc-14 branch May 25, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Restores intended behavior lang: c++ Done in C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std::find_if not found when compiling with gcc 14
2 participants