Skip to content

Commit

Permalink
fix build with GCC 13
Browse files Browse the repository at this point in the history
explictly include <cstdint>
  • Loading branch information
aumuell committed Jul 29, 2023
1 parent 983fed9 commit ce63331
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenEXR/IlmImf/ImfDwaCompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
#include <limits>

#include <cstddef>
#include <cstdint>


// Windows specific addition to prevent the indirect import of the redefined min/max macros
Expand Down
1 change: 1 addition & 0 deletions OpenEXR/IlmImf/ImfHuf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
#include <cstring>
#include <cassert>
#include <algorithm>
#include <cstdint>


using namespace std;
Expand Down
2 changes: 2 additions & 0 deletions OpenEXR/IlmImf/ImfMisc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
#include <ImfTileDescription.h>
#include "ImfNamespace.h"

#include <cstdint>

OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER

using IMATH_NAMESPACE::Box2i;
Expand Down

0 comments on commit ce63331

Please sign in to comment.