From 58a39e3436ced39a2d1ef10e76f243e98ed235be Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 31 May 2021 12:01:45 +0200 Subject: [PATCH] lavc/hevc_sei: include buffer.h explicitly Do not rely on including it indirectly through get_bits.h->avcodec.h --- libavcodec/hevc_sei.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_sei.h b/libavcodec/hevc_sei.h index c67dbceb6c..4b6bfddeb9 100644 --- a/libavcodec/hevc_sei.h +++ b/libavcodec/hevc_sei.h @@ -23,6 +23,8 @@ #include +#include "libavutil/buffer.h" + #include "get_bits.h" #include "sei.h"