X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=glow_effect.h;h=2a2af16dd3abbd7d1bded97de0aaad88475b63bf;hp=91106e03b08927ab3498d784f3611b05e36aafa8;hb=9580d67514ec138e65496aa1170c63b53f657207;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/glow_effect.h b/glow_effect.h index 91106e0..2a2af16 100644 --- a/glow_effect.h +++ b/glow_effect.h @@ -4,12 +4,14 @@ // 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 #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class HighlightCutoffEffect; @@ -55,4 +57,6 @@ private: float cutoff; }; +} // namespace movit + #endif // !defined(_MOVIT_GLOW_EFFECT_H)