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/h264data.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 74e720421b..c9e71853fc 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -27,6 +27,10 @@ * @author Michael Niedermayer */ +#include +#include "mpegvideo.h" +#include "rational.h" + #define VERT_PRED 0 #define HOR_PRED 1 #define DC_PRED 2 -- cgit v1.2.3