X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;fp=blur_effect.h;h=5a04415829231e2d5f2146b729762eb4e3f02ce7;hp=76f7389d1568739a3312df999c64e20857728367;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/blur_effect.h b/blur_effect.h index 76f7389..5a04415 100644 --- a/blur_effect.h +++ b/blur_effect.h @@ -9,8 +9,15 @@ // which is what the user is intended to use, instantiates two copies of // SingleBlurPassEffect behind the scenes). +#include +#include +#include +#include + #include "effect.h" +class EffectChain; +class Node; class SingleBlurPassEffect; class BlurEffect : public Effect {