Include Assert.h for clang-tidy

This commit is contained in:
Ashley Rogers 2025-02-14 10:09:29 -05:00
parent 9c30fc59f4
commit 21c03e2e74
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <CesiumGltf/BufferView.h>
#include <CesiumGltf/Image.h>
#include <CesiumGltf/Model.h>
#include <CesiumUtility/Assert.h>
#include <CesiumUtility/Math.h>
#include <algorithm>