diff --git a/libavcodec/ffv1.h b/libavcodec/ffv1.h index 74f1159537..4752cea951 100644 --- a/libavcodec/ffv1.h +++ b/libavcodec/ffv1.h @@ -22,7 +22,14 @@ #ifndef AVCODEC_FFV1_H #define AVCODEC_FFV1_H + +#include + #include "avcodec.h" +#include "dsputil.h" +#include "get_bits.h" +#include "put_bits.h" +#include "rangecoder.h" #define MAX_PLANES 4 #define CONTEXT_SIZE 32