X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=3453c997d82ee2938b987089774b2a5677309bde;hp=abadb84a4cb332a10d45216d73a2fe6bfa2edc6c;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 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: