forgejo-lts: 7.0.10 -> 7.0.11
[NixPkgs.git] / pkgs / development / libraries / openexr / gcc-13.patch
blob6264a8df24331dc55809c781e96a25b304a564ec
1 From 8aa103fe6e815514990e59708468eabc36f7f332 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?=C3=A9clairevoyant?=
3 <848000+eclairevoyant@users.noreply.github.com>
4 Date: Fri, 5 Jan 2024 18:12:16 -0500
5 Subject: [PATCH] gcc13
7 ---
8 OpenEXR/IlmImf/ImfTiledMisc.cpp | 1 +
9 1 file changed, 1 insertion(+)
11 diff --git a/OpenEXR/IlmImf/ImfTiledMisc.cpp b/OpenEXR/IlmImf/ImfTiledMisc.cpp
12 index 06ea3144..749537d4 100644
13 --- a/OpenEXR/IlmImf/ImfTiledMisc.cpp
14 +++ b/OpenEXR/IlmImf/ImfTiledMisc.cpp
15 @@ -46,6 +46,7 @@
16 #include <ImfTileDescription.h>
17 #include <algorithm>
18 #include <limits>
19 +#include <cstdint>
21 #include "ImfNamespace.h"
23 --
24 2.42.0