Skip to content

Commit

Permalink
Merge pull request #939 from dbs4261/patch-1
Browse files Browse the repository at this point in the history
Fixed Missing Includes with Libc++18
  • Loading branch information
kring authored Sep 9, 2024
2 parents a826502 + c015a9b commit 7ecb171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CesiumGltfContent/src/GltfUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include <glm/gtc/quaternion.hpp>

#include <algorithm>
#include <cstring>
#include <unordered_set>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions CesiumUtility/src/Uri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <uriparser/Uri.h>

#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <filesystem>
Expand Down

0 comments on commit 7ecb171

Please sign in to comment.