X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vignette_effect.h;h=d13bf85d01c36b47a47cdd53641efd8f6f5fe6ad;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hp=a39470398a0dba9cda171f34cf4f96c2ec04411b;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488;p=movit diff --git a/vignette_effect.h b/vignette_effect.h index a394703..d13bf85 100644 --- a/vignette_effect.h +++ b/vignette_effect.h @@ -4,6 +4,9 @@ // A circular vignette, falling off as cos² of the distance from the center // (the classic formula for approximating a real lens). +#include +#include + #include "effect.h" class VignetteEffect : public Effect {