From 6cfca5b6ae5a2212082408ee751facd37810d606 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 20 Oct 2012 21:09:25 +0200 Subject: ffv1: Add missing #includes to header file --- libavcodec/ffv1.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libavcodec/ffv1.h') 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 -- cgit v1.2.3