From b44a571dc4af929f19715c9faad47792a0812bf1 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 6 Dec 2018 20:14:09 +0100 Subject: [PATCH] lavc/proresdec.h: Include a missing header Fixes make checkheaders --- libavcodec/proresdec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index 3d99eba078..06e41dd09a 100644 --- a/libavcodec/proresdec.h +++ b/libavcodec/proresdec.h @@ -22,6 +22,7 @@ #ifndef AVCODEC_PRORESDEC_H #define AVCODEC_PRORESDEC_H +#include "get_bits.h" #include "blockdsp.h" #include "proresdsp.h" -- GitLab