Commit 0bf85803 authored by Clément Bœsch's avatar Clément Bœsch

avcodec/hevcpred: fix make checkheaders.

parent 57c018d5
......@@ -23,6 +23,9 @@
#ifndef AVCODEC_HEVCPRED_H
#define AVCODEC_HEVCPRED_H
#include <stddef.h>
#include <stdint.h>
struct HEVCContext;
typedef struct HEVCPredContext {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment