diff --git a/libavfilter/preserve_color.h b/libavfilter/preserve_color.h index ac0587ad1e..158ee226bb 100644 --- a/libavfilter/preserve_color.h +++ b/libavfilter/preserve_color.h @@ -19,6 +19,10 @@ #ifndef AVFILTER_PRESERVE_COLOR_H #define AVFILTER_PRESERVE_COLOR_H +#include + +#include "libavutil/macros.h" + enum { P_NONE, P_LUM,