summaryrefslogtreecommitdiff
path: root/libavcodec/hevcpred.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2013-10-17 21:25:14 +0200
committerClément Bœsch <u@pkh.me>2013-10-17 21:35:40 +0200
commit0bf85803545d14b004d86a741a1cde7fb9530c0c (patch)
treecc1924fd6b898f2995869112d2e495e988839919 /libavcodec/hevcpred.h
parent57c018d54272385afeb8e45972b36e9fc02d9732 (diff)
avcodec/hevcpred: fix make checkheaders.
Diffstat (limited to 'libavcodec/hevcpred.h')
-rw-r--r--libavcodec/hevcpred.h3
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 {