aboutsummarylogtreecommitdiffstats
path: root/0001-OpenEXR-GCC13.patch
diff options
context:
space:
mode:
authorAlexander Jacocks2023-06-18 23:50:34 -0400
committerAlexander Jacocks2023-06-18 23:50:34 -0400
commit6b066b93253afd2416ef098ee43e062db0c532e6 (patch)
treeb8d36d1309bfb5a904134270639abda1736d52eb /0001-OpenEXR-GCC13.patch
parent420a024ba32fb2bb90d6801c49b1fd196d6bd817 (diff)
downloadaur-6b066b93253afd2416ef098ee43e062db0c532e6.tar.gz
start fixing GCC13 issues
Diffstat (limited to '0001-OpenEXR-GCC13.patch')
-rw-r--r--0001-OpenEXR-GCC13.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/0001-OpenEXR-GCC13.patch b/0001-OpenEXR-GCC13.patch
new file mode 100644
index 000000000000..bf7d6ae82b76
--- /dev/null
+++ b/0001-OpenEXR-GCC13.patch
@@ -0,0 +1,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>
+
+