Skip to content

Commit

Permalink
More include fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
azrogers committed Jan 15, 2025
1 parent 05c9102 commit 6885930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CesiumGltf/test/TestPropertyTablePropertyView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
#include <climits>
#include <cstddef>
#include <cstring>
#include <ostream>
#include <span>
#include <sstream>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions CesiumGltf/test/TestPropertyView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <glm/fwd.hpp>

#include <cstdint>
#include <ostream>
#include <string_view>

using namespace CesiumGltf;
Expand Down

0 comments on commit 6885930

Please sign in to comment.