draco icon indicating copy to clipboard operation
draco copied to clipboard

Add missing `include <algorithm>`

Open tamaskenez opened this issue 1 year ago • 0 comments

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>

tamaskenez avatar Dec 06 '24 12:12 tamaskenez