lavc/proresdec.h: Include a missing header

Fixes make checkheaders
This commit is contained in:
Carl Eugen Hoyos 2018-12-06 20:14:09 +01:00
parent 2c64a6bcd2
commit b44a571dc4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#ifndef AVCODEC_PRORESDEC_H
#define AVCODEC_PRORESDEC_H
#include "get_bits.h"
#include "blockdsp.h"
#include "proresdsp.h"