]> git.sesse.net Git - ffmpeg/commitdiff
lavc/proresdec.h: Include a missing header
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 6 Dec 2018 19:14:09 +0000 (20:14 +0100)
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>
Thu, 6 Dec 2018 19:14:09 +0000 (20:14 +0100)
Fixes make checkheaders

libavcodec/proresdec.h

index 3d99eba078cfd3f5307ba05f26041f4eefe9a084..06e41dd09ad088b0768ac2b4f10dadd30c84d92b 100644 (file)
@@ -22,6 +22,7 @@
 #ifndef AVCODEC_PRORESDEC_H
 #define AVCODEC_PRORESDEC_H
 
+#include "get_bits.h"
 #include "blockdsp.h"
 #include "proresdsp.h"