Skip to content

Commit

Permalink
Merge pull request #93 from theHamsta/stdint
Browse files Browse the repository at this point in the history
chore: fix missing includes of cstdint
  • Loading branch information
syoyo authored Oct 3, 2023
2 parents f176625 + 3fcfe5d commit 9305364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/io-util.hh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <vector>
#include <algorithm>
#include <map>
#include <cstdint>

#ifdef TINYUSDZ_ANDROID_LOAD_FROM_ASSETS
#include <android/asset_manager.h>
Expand Down
1 change: 1 addition & 0 deletions src/str-util.hh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <string>
#include <vector>
#include <set>
#include <cstdint>

namespace tinyusdz {

Expand Down
1 change: 1 addition & 0 deletions src/tydra/facial.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <array>
#include <string>
#include <cstdint>

//
#include "facial.hh"
Expand Down

0 comments on commit 9305364

Please sign in to comment.