Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ImfDeepTiledInputFile.h: add missing <cstdint>
Without the change build fails on this week's gcc-13 as: [ 23%] Building CXX object src/lib/OpenEXR/CMakeFiles/OpenEXR.dir/ImfDeepTiledOutputPart.cpp.o In file included from openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.cpp:12: openexr/src/lib/OpenEXR/ImfDeepTiledInputFile.h:341:62: error: 'uint64_t' has not been declared 341 | int& dx, int& dy, int& lx, int& ly, char* pixelData, uint64_t& dataSize) | ^~~~~~~~ Signed-off-by: Sergei Trofimovich <[email protected]>
- Loading branch information