X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glow_effect.h;h=3453c997d82ee2938b987089774b2a5677309bde;hb=f40669de9c7e05e009e67e51a1a60773ac7e5156;hp=abadb84a4cb332a10d45216d73a2fe6bfa2edc6c;hpb=7af4d1b54ba141fdb74cd13ddc6110708855d157;p=movit diff --git a/glow_effect.h b/glow_effect.h index abadb84..3453c99 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -4,11 +4,17 @@ // Glow: Cut out the highlights of the image (everything above a certain threshold), // blur them, and overlay them onto the original image. +#include +#include +#include + #include "effect.h" class BlurEffect; -class MixEffect; +class EffectChain; class HighlightCutoffEffect; +class MixEffect; +class Node; class GlowEffect : public Effect { public: