From 77bf795c0dd4015e7475df4a1addf43150649f41 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Mon, 30 May 2022 22:06:13 +0200 Subject: [PATCH] core: add missing include to vlc_ancillary.h This refernces uint32_t without include, breaking this header if included before others. --- include/vlc_ancillary.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/vlc_ancillary.h b/include/vlc_ancillary.h index dbd905c094..2a0ae798e1 100644 --- a/include/vlc_ancillary.h +++ b/include/vlc_ancillary.h @@ -21,6 +21,8 @@ #ifndef VLC_ANCILLARY_H #define VLC_ANCILLARY_H 1 +#include + /** * \defgroup ancillary Ancillary * \ingroup input