summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {