X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=lift_gamma_gain_effect.h;h=bd1ec16a6d8743e6dfa83cd9848e78b959636a7c;hp=6835620e11b432a73daf0df7d1331d9303e5a9fa;hb=ac040289928cdf3554ce884575afab17565e6c67;hpb=7af4d1b54ba141fdb74cd13ddc6110708855d157 diff --git a/lift_gamma_gain_effect.h b/lift_gamma_gain_effect.h index 6835620..bd1ec16 100644 --- a/lift_gamma_gain_effect.h +++ b/lift_gamma_gain_effect.h @@ -20,6 +20,9 @@ // Also, gamma is a case where we would not want premultiplied alpha. // Thus, we have to divide away alpha first, and then re-multiply it back later. +#include +#include + #include "effect.h" class LiftGammaGainEffect : public Effect {