X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=colorspace_conversion_effect.h;h=93b1859376966138ecbf76b6f69439df47c3c48c;hb=f40669de9c7e05e009e67e51a1a60773ac7e5156;hp=15ad0addbc04394d2f70650c211495e2b0c2cacb;hpb=38dfb378427d1c97113ad7644c39f7695be84c49;p=movit diff --git a/colorspace_conversion_effect.h b/colorspace_conversion_effect.h index 15ad0ad..93b1859 100644 --- a/colorspace_conversion_effect.h +++ b/colorspace_conversion_effect.h @@ -8,8 +8,10 @@ // We don't do any fancy gamut mapping or similar; colors that are out-of-gamut // will simply stay out-of-gamut, and probably clip in the output stage. +#include + #include "effect.h" -#include "effect_chain.h" +#include "image_format.h" class ColorspaceConversionEffect : public Effect { private: