CesiumGS / cesium-native

Apache License 2.0
414 stars 210 forks source link

Fixed Missing Includes with Libc++18 #939

Closed dbs4261 closed 2 days ago

dbs4261 commented 3 weeks ago

When compiling with Clang on Ubuntu 24.04 the build fails on GltfUtilites.cpp and Uri.cpp both of which are missing the algorithms library.

kring commented 3 weeks ago

Thanks for the PR @dbs4261! Can I please bug you to sign the Contributor License Agreement (CLA) so that we can review and merge this? https://github.com/CesiumGS/cesium/blob/main/CONTRIBUTING.md#contributor-license-agreement-cla

dbs4261 commented 1 week ago

Submitted the CLA @kring

kring commented 2 days ago

Thanks @dbs4261!