aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarbes <sarbes@kodi.tv>2024-10-20 08:47:19 +0200
committerGitHub <noreply@github.com>2024-10-20 08:47:19 +0200
commitf48cefb0e6268c439dcbd8fa0826caf90d903178 (patch)
treed9323106551b55e01a37651f518be0625692a0ff
parent93dc72679b7364201beebf320de433ebf9ddd570 (diff)
Fix include for GCC14 (#25856)
-rw-r--r--xbmc/cores/VideoPlayer/Interface/StreamInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/VideoPlayer/Interface/StreamInfo.h b/xbmc/cores/VideoPlayer/Interface/StreamInfo.h
index 924931e9b6..9f93e86b7f 100644
--- a/xbmc/cores/VideoPlayer/Interface/StreamInfo.h
+++ b/xbmc/cores/VideoPlayer/Interface/StreamInfo.h
@@ -10,6 +10,7 @@
#include "utils/Geometry.h"
+#include <cstdint>
#include <string>
template <typename T> class CRectGen;