X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=unsharp_mask_effect.h;h=7a2052b5b4ef4e81c6dd0418ae524033381333e0;hp=ba54a96f048ca12df0bd9015cd45a7f9e8b02ba6;hb=47b4160062cdaa53b7d49d7f99ce2c686f02cff8;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/unsharp_mask_effect.h b/unsharp_mask_effect.h index ba54a96..7a2052b 100644 --- a/unsharp_mask_effect.h +++ b/unsharp_mask_effect.h @@ -10,12 +10,14 @@ // See DeconvolutionSharpenEffect for a different, possibly better // sharpening algorithm. -#include +#include #include #include #include "effect.h" +namespace movit { + class BlurEffect; class EffectChain; class MixEffect; @@ -43,4 +45,6 @@ private: MixEffect *mix; }; +} // namespace movit + #endif // !defined(_MOVIT_UNSHARP_MASK_EFFECT_H)