Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
26 lines
636 B
Diff
26 lines
636 B
Diff
From 8aa103fe6e815514990e59708468eabc36f7f332 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?=C3=A9clairevoyant?=
|
|
<848000+eclairevoyant@users.noreply.github.com>
|
|
Date: Fri, 5 Jan 2024 18:12:16 -0500
|
|
Subject: [PATCH] gcc13
|
|
|
|
---
|
|
OpenEXR/IlmImf/ImfTiledMisc.cpp | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/OpenEXR/IlmImf/ImfTiledMisc.cpp b/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
|
index 06ea3144..749537d4 100644
|
|
--- a/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
|
+++ b/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
|
@@ -46,6 +46,7 @@
|
|
#include <ImfTileDescription.h>
|
|
#include <algorithm>
|
|
#include <limits>
|
|
+#include <cstdint>
|
|
|
|
#include "ImfNamespace.h"
|
|
|
|
--
|
|
2.42.0
|
|
|