Skip to content

Commit

Permalink
Add missing #include <cstdint>
Browse files Browse the repository at this point in the history
Fixes failure to compile with GCC 15

Closes #3487

(Internal change: 2356412)
  • Loading branch information
musicinmybrain authored and pixar-oss committed Feb 11, 2025
1 parent 8e03c19 commit 887d7f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pxr/usd/usd/zipFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "pxr/pxr.h"
#include "pxr/usd/usd/api.h"

#include <cstdint>
#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit 887d7f0

Please sign in to comment.