Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a missing include in connection_evaluator.h
We use std::remove_if in this header, yet <algorithm> wasn't included. In some circumstances (e.g. when running with clang-tidy on Ubuntu 24.04 on GitHub Actions) it triggered errors about unknown symbols.
- Loading branch information