From 27f0a35c535d66f4216fc1a4f1d15d10990fb8a0 Mon Sep 17 00:00:00 2001 From: llyyr Date: Wed, 20 Sep 2023 17:28:35 +0530 Subject: various: add missing include in header flles Mostly cosmetic --- demux/timeline.h | 1 + 1 file changed, 1 insertion(+) (limited to 'demux/timeline.h') diff --git a/demux/timeline.h b/demux/timeline.h index 93919a5c51..7bc7e9e053 100644 --- a/demux/timeline.h +++ b/demux/timeline.h @@ -2,6 +2,7 @@ #define MP_TIMELINE_H_ #include "common/common.h" +#include "misc/bstr.h" // Single segment in a timeline. struct timeline_part { -- cgit v1.2.3