h264 intra pred: add missing includes.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Ronald S. Bultje 2013-02-10 15:59:20 -08:00 committed by Michael Niedermayer
parent 8491ac3ad2
commit 55e35c98d5

View File

@ -27,6 +27,8 @@
#include "libavutil/avassert.h"
#include "h264pred.h"
#include "dsputil.h" // for ff_cropTbl
#include "avcodec.h" // for AV_CODEC_ID_*
#define BIT_DEPTH 8
#include "h264pred_template.c"