From cf535d6d51e8aa1546160f23e8b5f9f6bb0576cf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 11 Feb 2022 14:11:47 +0100 Subject: [PATCH] avcodec/exif: Include bytestream.h for GetByteContext bytestream.h should be directly included for GetByteContext and not rely on other headers to include it. It could be removed from there. Signed-off-by: Andreas Schneider Signed-off-by: Andreas Rheinhardt --- libavcodec/exif.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/exif.h b/libavcodec/exif.h index 4db84a1c2f..310f6e8e64 100644 --- a/libavcodec/exif.h +++ b/libavcodec/exif.h @@ -30,6 +30,7 @@ #include #include "libavutil/dict.h" +#include "bytestream.h" #include "tiff.h" #define EXIF_MAX_IFD_RECURSION 2