From f48cefb0e6268c439dcbd8fa0826caf90d903178 Mon Sep 17 00:00:00 2001 From: sarbes Date: Sun, 20 Oct 2024 08:47:19 +0200 Subject: Fix include for GCC14 (#25856) --- xbmc/cores/VideoPlayer/Interface/StreamInfo.h | 1 + 1 file changed, 1 insertion(+) 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 #include template class CRectGen; -- cgit v1.2.3