draco
draco copied to clipboard
Add missing `include <algorithm>`
When building with CMAKE_CXX_STANDARD=23 and Apple clang 16.0.0 the build fails in ply_reader.cc because of error: no member named 'all_of' in namespace 'std'
This PR adds the missing #include <algorithm>