From eec391993e447aaa9b8da38c5daaa4c31849d10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 9 Aug 2025 02:48:35 +0200 Subject: [PATCH] avcodec/prores_raw: add missing includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kacper Michajłow --- libavcodec/prores_raw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/prores_raw.h b/libavcodec/prores_raw.h index 9f370303d4..3ac8068dd5 100644 --- a/libavcodec/prores_raw.h +++ b/libavcodec/prores_raw.h @@ -22,7 +22,9 @@ #ifndef AVCODEC_PRORES_RAW_H #define AVCODEC_PRORES_RAW_H +#include "libavutil/frame.h" #include "libavutil/mem_internal.h" +#include "libavutil/pixfmt.h" #include "bytestream.h" #include "blockdsp.h"