ffv1: Add missing #includes to header file
authorDiego Biurrun <diego@biurrun.de>
Sat, 20 Oct 2012 19:09:25 +0000 (21:09 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sat, 20 Oct 2012 19:10:21 +0000 (21:10 +0200)
libavcodec/ffv1.h

index 74f1159..4752cea 100644 (file)
 
 #ifndef AVCODEC_FFV1_H
 #define AVCODEC_FFV1_H
+
+#include <stdint.h>
+
 #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