From 9c9a0840d04b694df9d67e7dc344f813055239e0 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 8 Mar 2010 18:43:52 +0000 Subject: Add lots of missing includes Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/binkdata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/binkdata.h') diff --git a/libavcodec/binkdata.h b/libavcodec/binkdata.h index 47b00d21f7..1ca34a6843 100644 --- a/libavcodec/binkdata.h +++ b/libavcodec/binkdata.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_BINKDATA_H #define AVCODEC_BINKDATA_H +#include + /** Bink DCT and residue 8x8 block scan order */ static const uint8_t bink_scan[64] = { 0, 1, 8, 9, 2, 3, 10, 11, -- cgit v1.2.3