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

Adds missing algorithm include #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Adds missing algorithm include #111

wants to merge 1 commit into from

Conversation

svalo
Copy link
Contributor

@svalo svalo commented May 30, 2024

Before this change compilation failed with:

src/fileshelter/ui/ShareCreateFormView.cpp:285:29: error: ‘count_if’ is not a member of ‘std’
  285 |                 return std::count_if(std::cbegin(files), std::cend(files),

Before this change compilation failed with:

```cmake
src/fileshelter/ui/ShareCreateFormView.cpp:285:29: error: ‘count_if’ is not a member of ‘std’
  285 |                 return std::count_if(std::cbegin(files), std::cend(files),
```
@epoupon
Copy link
Owner

epoupon commented May 30, 2024

Thanks for the patch, could you please rebase it on the develop branch?

gentoo-bot pushed a commit to gentoo/guru that referenced this pull request Oct 15, 2024
See: epoupon/fileshelter#111
This bug does not affect all build environments.

Closes: https://bugs.gentoo.org/941554
Signed-off-by: Nicolas PARLANT <[email protected]>
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