summarylogtreecommitdiffstats
path: root/0008-gcc13-fix-for-Filesystem.patch
diff options
context:
space:
mode:
Diffstat (limited to '0008-gcc13-fix-for-Filesystem.patch')
-rw-r--r--0008-gcc13-fix-for-Filesystem.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0008-gcc13-fix-for-Filesystem.patch b/0008-gcc13-fix-for-Filesystem.patch
new file mode 100644
index 000000000000..249ec1a136bf
--- /dev/null
+++ b/0008-gcc13-fix-for-Filesystem.patch
@@ -0,0 +1,25 @@
+From aee15b9b76b78155b80e33842480cf27ba42cc58 Mon Sep 17 00:00:00 2001
+From: egnappahz <egnappah@gmail.com>
+Date: Wed, 24 May 2023 18:46:05 +0200
+Subject: [PATCH] gcc13 fix for Filesystem
+
+Signed-off-by: egnappahz <egnappah@gmail.com>
+---
+ xbmc/platform/Filesystem.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/xbmc/platform/Filesystem.h b/xbmc/platform/Filesystem.h
+index 3e6b7ec52b..732be9294c 100644
+--- a/xbmc/platform/Filesystem.h
++++ b/xbmc/platform/Filesystem.h
+@@ -8,6 +8,7 @@
+
+ #pragma once
+
++#include <cstdint>
+ #include <string>
+ #include <system_error>
+ namespace KODI
+--
+2.40.1
+