diff options
author | Clément Bœsch <u@pkh.me> | 2013-10-17 21:25:14 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2013-10-17 21:35:40 +0200 |
commit | 0bf85803545d14b004d86a741a1cde7fb9530c0c (patch) | |
tree | cc1924fd6b898f2995869112d2e495e988839919 /libavcodec/hevcpred.h | |
parent | 57c018d54272385afeb8e45972b36e9fc02d9732 (diff) | |
download | ffmpeg-0bf85803545d14b004d86a741a1cde7fb9530c0c.tar.gz |
avcodec/hevcpred: fix make checkheaders.
Diffstat (limited to 'libavcodec/hevcpred.h')
-rw-r--r-- | libavcodec/hevcpred.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevcpred.h b/libavcodec/hevcpred.h index fe7cbb8aaf..4dead2ecdc 100644 --- a/libavcodec/hevcpred.h +++ b/libavcodec/hevcpred.h @@ -23,6 +23,9 @@ #ifndef AVCODEC_HEVCPRED_H #define AVCODEC_HEVCPRED_H +#include <stddef.h> +#include <stdint.h> + struct HEVCContext; typedef struct HEVCPredContext { |