aboutsummarylogtreecommitdiffstats
path: root/0001-OpenEXR-GCC13.patch
blob: bf7d6ae82b766e292b7ed23c70c25b22928f0651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/OpenEXR/IlmImf/ImfDwaCompressor.cpp
+++ b/OpenEXR/IlmImf/ImfDwaCompressor.cpp
@@ -159,6 +159,7 @@
 #include <limits>

 #include <cstddef>
+#include <cstdint>


 // Windows specific addition to prevent the indirect import of the redefined min/max macros
--- a/OpenEXR/IlmImf/ImfHuf.h
+++ b/OpenEXR/IlmImf/ImfHuf.h
@@ -40,6 +40,8 @@
 #include "ImfExport.h"
 #include "ImfNamespace.h"

+#include <cstdint>
+
 //-----------------------------------------------------------------------------
 //
 //	16-bit Huffman compression and decompression:
--- a/OpenEXR/IlmImf/ImfMisc.h
+++ b/OpenEXR/IlmImf/ImfMisc.h
@@ -51,6 +51,7 @@
 #include "ImfForward.h"

 #include <cstddef>
+#include <cstdint>
 #include <vector>