X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=lift_gamma_gain_effect.h;h=bd1ec16a6d8743e6dfa83cd9848e78b959636a7c;hp=6835620e11b432a73daf0df7d1331d9303e5a9fa;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 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 {