From 0bf85803545d14b004d86a741a1cde7fb9530c0c Mon Sep 17 00:00:00 2001 From: Clément Bœsch Date: Thu, 17 Oct 2013 21:25:14 +0200 Subject: avcodec/hevcpred: fix make checkheaders. --- libavcodec/hevcpred.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/hevcpred.h') 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 +#include + struct HEVCContext; typedef struct HEVCPredContext { -- cgit v1.2.3