Admiral-Fish / PokeFinder

Cross platform Pokémon RNG tool
GNU General Public License v3.0
311 stars 74 forks source link

Add missing #include to JirachiPattern.cpp #392

Closed leo60228 closed 4 months ago

leo60228 commented 4 months ago

std::count is used, but <algorithm> isn't included. This breaks the build on NixOS (and presumably other distros using the same libstdc++ version?).