Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / openexr / gcc-13.patch
blobd508b6028f76d6b4efc2ffa2f999e147e4acc39c
1 https://github.com/AcademySoftwareFoundation/openexr/pull/1264
2 https://github.com/AcademySoftwareFoundation/openexr/commit/d0088a3c6943a9a53fc24e29885414d082d531fe.patch
4 --- a/OpenEXR/IlmImf/ImfDwaCompressor.cpp
5 +++ b/OpenEXR/IlmImf/ImfDwaCompressor.cpp
6 @@ -159,6 +159,7 @@
7 #include <limits>
9 #include <cstddef>
10 +#include <cstdint>
13 // Windows specific addition to prevent the indirect import of the redefined min/max macros
14 --- a/OpenEXR/IlmImf/ImfHuf.cpp
15 +++ b/OpenEXR/IlmImf/ImfHuf.cpp
16 @@ -53,6 +53,7 @@
17 #include <cstring>
18 #include <cassert>
19 #include <algorithm>
20 +#include <cstdint>
23 using namespace std;
24 --- a/OpenEXR/IlmImf/ImfMisc.cpp
25 +++ b/OpenEXR/IlmImf/ImfMisc.cpp
26 @@ -52,6 +52,7 @@
27 #include <ImfConvert.h>
28 #include <ImfPartType.h>
29 #include <ImfTileDescription.h>
30 +#include <cstdint>
31 #include "ImfNamespace.h"
33 OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER