Closed SebaLukas closed 5 months ago
Adding missing include <algorithm>.
include <algorithm>
Building with gcc 14 did not work because of std::find was not found. Error message: error: ‘find’ is not a member of ‘std’; did you mean ‘bind’?.
std::find
error: ‘find’ is not a member of ‘std’; did you mean ‘bind’?
Good point, I will add that to the commit message
Describe your changes
Adding missing
include <algorithm>
.Issue ticket number and link
Building with gcc 14 did not work because of
std::find
was not found. Error message:error: ‘find’ is not a member of ‘std’; did you mean ‘bind’?
.Checklist before requesting a review