diff options
author | James Almer <jamrial@gmail.com> | 2016-02-12 02:06:05 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-02-12 02:06:05 -0300 |
commit | 0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302 (patch) | |
tree | a9c00683d91c3d8b24c67113da6b59e829bbe454 | |
parent | 69738466189a0f68b0a635b4804ef9cf7bee3672 (diff) | |
download | ffmpeg-0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302.tar.gz |
avcodec/vc2enc_dwt: add missing header
Fixes make checkheaders
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | libavcodec/vc2enc_dwt.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stddef.h> #include <stdint.h> typedef int16_t dwtcoef; |