diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-10-09 09:42:16 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-10-09 09:42:16 +0200 |
commit | 3aabfaa37b245f86036ea11d82c7c28e5bebde6a (patch) | |
tree | 27bf6bc48736e8d252b3bd5e94c90d2976a63114 /libavcodec/vp9data.h | |
parent | f4e85afd99ed1238243988b8473c66cb2721bf1a (diff) | |
download | ffmpeg-3aabfaa37b245f86036ea11d82c7c28e5bebde6a.tar.gz |
Fix make checkheaders for vp9 header files.
Diffstat (limited to 'libavcodec/vp9data.h')
-rw-r--r-- | libavcodec/vp9data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vp9data.h b/libavcodec/vp9data.h index 502928abc7..d38365acac 100644 --- a/libavcodec/vp9data.h +++ b/libavcodec/vp9data.h @@ -22,6 +22,8 @@ #ifndef AVCODEC_VP9DATA_H #define AVCODEC_VP9DATA_H +#include <stdint.h> + #include "vp9.h" enum BlockPartition { |