Skip to content

Commit

Permalink
Add missing #include <cstdint> required by gcc-13 (#1264)
Browse files Browse the repository at this point in the history
Originally submitted as #1262, thanks.

Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm committed Jul 31, 2022
1 parent ccaafd5 commit c5763cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/exrcheck/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <ImathConfig.h>
#include <ImfCheckFile.h>

#include <cstdint>
#include <fstream>
#include <iostream>
#include <string.h>
Expand Down
1 change: 1 addition & 0 deletions src/lib/OpenEXR/ImfDeepTiledInputFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include "ImfTileDescription.h"

#include <cstdint>
#include <ImathBox.h>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Expand Down
1 change: 1 addition & 0 deletions src/lib/OpenEXR/ImfDeepTiledInputPart.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "ImfTileDescription.h"

#include <cstdint>
#include <ImathBox.h>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
Expand Down

0 comments on commit c5763cf

Please sign in to comment.