Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix compilation by including header in which std::find is defined
Compilation breaks when the `algorithm` header isn't included indirectly anymore. This happens with certain combinations of compiler/C++ library/C++ mode, e.g. clang++ 17/libstdc++ 14.1/C++20
- Loading branch information