From 99545457bf1175d55e4eaa2c061dbf0faeb661ec Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 16 Jun 2007 22:59:13 +0000 Subject: include all prerequisites in header files Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/vc1data.h') diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h index b2ca961999..786e311035 100644 --- a/libavcodec/vc1data.h +++ b/libavcodec/vc1data.h @@ -28,6 +28,10 @@ #ifndef VC1DATA_H #define VC1DATA_H +#include +#include "bitstream.h" +#include "rational.h" + /** Table for conversion between TTBLK and TTMB */ extern const int ff_vc1_ttblk_to_tt[3][8]; -- cgit v1.2.3