summarylogtreecommitdiffstats
path: root/0003-gcc13-fix-for-picture.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-gcc13-fix-for-picture.patch')
-rw-r--r--0003-gcc13-fix-for-picture.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0003-gcc13-fix-for-picture.patch b/0003-gcc13-fix-for-picture.patch
new file mode 100644
index 000000000000..41a84c77c512
--- /dev/null
+++ b/0003-gcc13-fix-for-picture.patch
@@ -0,0 +1,25 @@
+From 65c3a4f1652ab4a2522cc42a7256a4faadd8d458 Mon Sep 17 00:00:00 2001
+From: egnappahz <egnappah@gmail.com>
+Date: Wed, 24 May 2023 18:19:44 +0200
+Subject: [PATCH] gcc13 fix for picture
+
+Signed-off-by: egnappahz <egnappah@gmail.com>
+---
+ xbmc/pictures/Picture.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/xbmc/pictures/Picture.h b/xbmc/pictures/Picture.h
+index 2d469d795d..a7d3781100 100644
+--- a/xbmc/pictures/Picture.h
++++ b/xbmc/pictures/Picture.h
+@@ -11,6 +11,7 @@
+ #include "pictures/PictureScalingAlgorithm.h"
+ #include "utils/Job.h"
+
++#include <cstdint>
+ #include <string>
+ #include <vector>
+
+--
+2.40.1
+