X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.h;h=82eda939779b1addd847a9aa7d1cf4640817b7c0;hp=390787d9a3dc4c54c2dd8408538fd43d480ab471;hb=a5f32397f9c23fa8644fe195865d6c36685cf866;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/diffusion_effect.h b/diffusion_effect.h index 390787d..82eda93 100644 --- a/diffusion_effect.h +++ b/diffusion_effect.h @@ -12,12 +12,14 @@ // where we first blur the picture, and then overlay it on the original // using the original as a matte. -#include +#include #include #include #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class Node; @@ -58,5 +60,6 @@ private: float blurred_mix_amount; }; +} // namespace movit #endif // !defined(_MOVIT_DIFFUSION_EFFECT_H)