Skip to content

Commit

Permalink
Include cstdint to fix build on recent gcc toolchain. (Tested on gcc 13)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbourasse committed Apr 3, 2024
1 parent a1a00ff commit 4e13774
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/exrcheck/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
#endif
#include <vector>

#include <cstdint>

using namespace OPENEXR_IMF_NAMESPACE;
using namespace std;

Expand Down
2 changes: 2 additions & 0 deletions src/lib/OpenEXR/ImfDeepTiledInputFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
#include <cstdint>
#include <ImathBox.h>

#include <cstdint>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

class IMF_EXPORT_TYPE DeepTiledInputFile : public GenericInputFile
Expand Down
2 changes: 2 additions & 0 deletions src/lib/OpenEXR/ImfDeepTiledInputPart.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <cstdint>
#include <ImathBox.h>

#include <cstdint>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

class IMF_EXPORT_TYPE DeepTiledInputPart
Expand Down

0 comments on commit 4e13774

Please sign in to comment.