summaryrefslogtreecommitdiff
path: root/media-libs/opencolorio/files/opencolorio-2.3.2-include-cstdint.patch
blob: 89f3b9465754cc78e237cfd7fd3b8fd957963624 (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
From fb9b39dcb69746f9011087a6e1bc727872b86cfb Mon Sep 17 00:00:00 2001
From: Paul Zander <negril.nx+gentoo@gmail.com>
Date: Wed, 14 Aug 2024 17:43:30 +0200
Subject: [PATCH] Fix compilation on GCC 15

Bug: https://bugs.gentoo.org/937408
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
---
 include/OpenColorIO/OpenColorIO.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/OpenColorIO/OpenColorIO.h b/include/OpenColorIO/OpenColorIO.h
index 784cf8d..7e04976 100644
--- a/include/OpenColorIO/OpenColorIO.h
+++ b/include/OpenColorIO/OpenColorIO.h
@@ -6,6 +6,7 @@
 #define INCLUDED_OCIO_OPENCOLORIO_H
 
 #include <cstddef>
+#include <cstdint>
 #include <iosfwd>
 #include <limits>
 #include <stdexcept>
-- 
2.46.0