Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
313 stars 57 forks source link

fix compilation by including header in which std::find is defined #199

Closed mbunkus closed 1 month ago

mbunkus commented 1 month ago

Compilation breaks when the algorithm header isn't included indirectly anymore. This happens with certain combinations of compiler/C++ library/C++ mode, e.g. clang++ 17/libstdc++ 14.1/C++20