CesiumGS / cesium-native

Apache License 2.0
414 stars 210 forks source link

Add missing include for `CesiumUtility/Assert.h` #922

Closed j9liu closed 1 month ago

j9liu commented 2 months ago

A lot of the files that used CESIUM_ASSERT (as of #874) were missing the include for the file that actually contains the macro. This would sometimes result in compilation errors.