summaryrefslogtreecommitdiff
path: root/libavcodec/vc2enc_dwt.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-02-12 02:06:05 -0300
committerJames Almer <jamrial@gmail.com>2016-02-12 02:06:05 -0300
commit0abdf7030eebe8b8fa1a7f8ddc5e5ea64feb1302 (patch)
treea9c00683d91c3d8b24c67113da6b59e829bbe454 /libavcodec/vc2enc_dwt.h
parent69738466189a0f68b0a635b4804ef9cf7bee3672 (diff)
avcodec/vc2enc_dwt: add missing header
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/vc2enc_dwt.h')
-rw-r--r--libavcodec/vc2enc_dwt.h1
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;