Skip to content

Commit

Permalink
Addressed Include Errors for Linux/GCC Build
Browse files Browse the repository at this point in the history
Adds the `#include <cstdint>` header to a handful of headers to build
successfully on linux. Tested Ubuntu 18.04 w/ gcc 14.0, cmake 3.29

This issue is discussed in CesiumGS#765
  • Loading branch information
drewtu2 committed Mar 20, 2024
1 parent ca7be0d commit f097888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CesiumAsync/include/CesiumAsync/CacheItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <gsl/span>

#include <cstdint>
#include <cstddef>
#include <cstdint>
#include <ctime>
Expand Down
1 change: 1 addition & 0 deletions CesiumAsync/include/CesiumAsync/IAssetResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <gsl/span>

#include <cstdint>
#include <cstddef>
#include <cstdint>
#include <map>
Expand Down

0 comments on commit f097888

Please sign in to comment.