From 60ef2c364b80e84b916284343a168241fd2235e2 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu <randrianasulu@gmail.com>
Date: Mon, 6 Feb 2023 20:46:43 +0300
Subject: [PATCH] possible fix for gcc 13 / openexr 2.4.1

---
 cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch3 | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch3

diff --git a/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch3 b/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch3
new file mode 100644
index 00000000..24d9ae1e
--- /dev/null
+++ b/cinelerra-5.1/thirdparty/src/openexr-2.4.1.patch3
@@ -0,0 +1,10 @@
+--- openexr-2.4.1/OpenEXR/IlmImf/ImfMisc.cpp.orig	2023-02-06 20:35:13.691479571 +0300
++++ openexr-2.4.1/OpenEXR/IlmImf/ImfMisc.cpp	2023-02-06 20:35:59.535479538 +0300
+@@ -53,6 +53,7 @@
+ #include <ImfPartType.h>
+ #include <ImfTileDescription.h>
+ #include "ImfNamespace.h"
++#include <cstdint>
+ 
+ OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER
+ 
-- 
2.39.1

