From 0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302 Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 12 Feb 2016 02:06:05 -0300 Subject: [PATCH] avcodec/vc2enc_dwt: add missing header Fixes make checkheaders Signed-off-by: James Almer --- libavcodec/vc2enc_dwt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vc2enc_dwt.h b/libavcodec/vc2enc_dwt.h index ce141d7a57..8e1b61498e 100644 --- a/libavcodec/vc2enc_dwt.h +++ b/libavcodec/vc2enc_dwt.h @@ -22,6 +22,7 @@ #ifndef AVCODEC_VC2ENC_DWT_H #define AVCODEC_VC2ENC_DWT_H +#include #include typedef int16_t dwtcoef;