From 661c52a36beba296b1348458da49646c7148b764 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Thu, 10 Aug 2023 14:51:36 +0200 Subject: [PATCH] vlc_timestamp_helper: include vlc_tick_t is used here and cannot be forward-declared. --- include/vlc_timestamp_helper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vlc_timestamp_helper.h b/include/vlc_timestamp_helper.h index ddb87f451a..ca5014f5bf 100644 --- a/include/vlc_timestamp_helper.h +++ b/include/vlc_timestamp_helper.h @@ -23,6 +23,8 @@ #ifndef VLC_TIMESTAMP_H #define VLC_TIMESTAMP_H 1 +#include + /* Implementation of a circular buffer of timestamps with overwriting * of older values. MediaCodec has only one type of timestamp, if a * block has no PTS, we send the DTS instead. Some hardware decoders