summarylogtreecommitdiffstats
path: root/0009-gcc13-fix-for-StreamUtils.patch
diff options
context:
space:
mode:
Diffstat (limited to '0009-gcc13-fix-for-StreamUtils.patch')
-rw-r--r--0009-gcc13-fix-for-StreamUtils.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/0009-gcc13-fix-for-StreamUtils.patch b/0009-gcc13-fix-for-StreamUtils.patch
deleted file mode 100644
index 4de98963181c..000000000000
--- a/0009-gcc13-fix-for-StreamUtils.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 0c6c5437b4874e5e955d4aedeee9da4c011b97dd Mon Sep 17 00:00:00 2001
-From: egnappahz <egnappah@gmail.com>
-Date: Wed, 24 May 2023 18:46:54 +0200
-Subject: [PATCH] gcc13 fix for StreamUtils
-
-Signed-off-by: egnappahz <egnappah@gmail.com>
----
- xbmc/utils/StreamUtils.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/xbmc/utils/StreamUtils.h b/xbmc/utils/StreamUtils.h
-index 079cfa3f5c..3d16e8a222 100644
---- a/xbmc/utils/StreamUtils.h
-+++ b/xbmc/utils/StreamUtils.h
-@@ -8,6 +8,7 @@
-
- #pragma once
-
-+#include <cstdint>
- #include <string>
-
- static constexpr int MP4_BOX_HEADER_SIZE = 8;
---
-2.40.1
-