From c60208e7a1f69ef62632ad3906503aefccbdc433 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 25 Jan 2009 19:11:10 +0000 Subject: Directly #include some required headers. Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegvideo_common.h') diff --git a/libavcodec/mpegvideo_common.h b/libavcodec/mpegvideo_common.h index 3756820043..701b3c9b75 100644 --- a/libavcodec/mpegvideo_common.h +++ b/libavcodec/mpegvideo_common.h @@ -30,6 +30,7 @@ #ifndef AVCODEC_MPEGVIDEO_COMMON_H #define AVCODEC_MPEGVIDEO_COMMON_H +#include #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" -- cgit v1.2.3