fileshelter icon indicating copy to clipboard operation
fileshelter copied to clipboard

Adds missing algorithm include

Open svalo opened this issue 8 months ago • 1 comments

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),

svalo avatar May 30 '24 12:05 svalo