From ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Tue, 22 Oct 2019 19:53:50 +0200 Subject: [PATCH] avfilter/transpose: add missing headers --- libavfilter/transpose.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/transpose.h b/libavfilter/transpose.h index f73a42864f..4e850ef067 100644 --- a/libavfilter/transpose.h +++ b/libavfilter/transpose.h @@ -18,6 +18,9 @@ #ifndef AVFILTER_TRANSPOSE_H #define AVFILTER_TRANSPOSE_H +#include +#include + enum PassthroughType { TRANSPOSE_PT_TYPE_NONE, TRANSPOSE_PT_TYPE_LANDSCAPE,