summarylogtreecommitdiffstats
path: root/0005-gcc13-fix-for-CSSUtils.patch
diff options
context:
space:
mode:
Diffstat (limited to '0005-gcc13-fix-for-CSSUtils.patch')
-rw-r--r--0005-gcc13-fix-for-CSSUtils.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0005-gcc13-fix-for-CSSUtils.patch b/0005-gcc13-fix-for-CSSUtils.patch
new file mode 100644
index 000000000000..cd3f5ac8b9c6
--- /dev/null
+++ b/0005-gcc13-fix-for-CSSUtils.patch
@@ -0,0 +1,25 @@
+From 8fc4b4ef1afd5018fb5998de2639ab816fb5bf06 Mon Sep 17 00:00:00 2001
+From: egnappahz <egnappah@gmail.com>
+Date: Wed, 24 May 2023 18:33:28 +0200
+Subject: [PATCH] gcc13 fix for CSSUtils
+
+Signed-off-by: egnappahz <egnappah@gmail.com>
+---
+ xbmc/utils/CSSUtils.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/xbmc/utils/CSSUtils.cpp b/xbmc/utils/CSSUtils.cpp
+index 96105878e0..329d70cdbc 100644
+--- a/xbmc/utils/CSSUtils.cpp
++++ b/xbmc/utils/CSSUtils.cpp
+@@ -8,6 +8,7 @@
+
+ #include "CSSUtils.h"
+
++#include <cstdint>
+ #include <string>
+
+ namespace
+--
+2.40.1
+