Skip to content

Commit

Permalink
add missed #include <cstdint> statement (#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Waibel <[email protected]>

Signed-off-by: Bernd Waibel <[email protected]>
  • Loading branch information
waebbl authored Sep 21, 2022
1 parent 635f0b7 commit cc508f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/OpenEXR/ImfTiledMisc.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <stdio.h>
#include <vector>
#include <cstdint>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

Expand Down

0 comments on commit cc508f7

Please sign in to comment.