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

Add a missing include in connection_evaluator.h #84

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

MiKom
Copy link
Member

@MiKom MiKom commented Jul 1, 2024

We use std::remove_if in this header, yet 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.

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.
@MiKom MiKom merged commit fd6ec5f into KDAB:main Jul 2, 2024
5 checks passed
@MiKom MiKom deleted the add-missing-include branch July 2, 2024 08:24
MiKom added a commit to MiKom/KDUtils that referenced this pull request Jul 2, 2024
It contains a fix for a missing include.
See KDAB/KDBindings#84
MiKom added a commit to MiKom/KDUtils that referenced this pull request Jul 11, 2024
It contains a fix for a missing include.
See KDAB/KDBindings#84
MiKom added a commit to MiKom/KDUtils that referenced this pull request Jul 11, 2024
It contains a fix for a missing include.
See KDAB/KDBindings#84
MiKom added a commit to KDAB/KDUtils that referenced this pull request Jul 12, 2024
It contains a fix for a missing include.
See KDAB/KDBindings#84
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants