From aba70bb5387f12dfa5e6cd8cb861c9c7e668151f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 9 Jan 2014 10:27:20 +0100 Subject: Add missing headers to make template files compile (more) standalone --- libavcodec/hpel_template.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/hpel_template.c') diff --git a/libavcodec/hpel_template.c b/libavcodec/hpel_template.c index fa7a614b82..81d3892e56 100644 --- a/libavcodec/hpel_template.c +++ b/libavcodec/hpel_template.c @@ -19,6 +19,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intreadwrite.h" + #include "pixels.h" #include "bit_depth_template.c" -- cgit v1.2.3