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/ratecontrol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ratecontrol.h') diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index c428923a5d..a1017751e2 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -28,6 +28,8 @@ * ratecontrol header. */ +#include +#include #include "eval.h" typedef struct Predictor{ -- cgit v1.2.3