X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=blur_effect.h;h=ad269f558e57c7112ab1ec07732d227705783048;hp=84dd6ba6b1037852dc644c25c8edea4856dffeb7;hb=47b4160062cdaa53b7d49d7f99ce2c686f02cff8;hpb=ac4fc36aa70ffefb6b9632dc0abea5cbbce5387b diff --git a/blur_effect.h b/blur_effect.h index 84dd6ba..ad269f5 100644 --- a/blur_effect.h +++ b/blur_effect.h @@ -9,13 +9,15 @@ // which is what the user is intended to use, instantiates two copies of // SingleBlurPassEffect behind the scenes). -#include +#include #include #include #include #include "effect.h" +namespace movit { + class EffectChain; class Node; class SingleBlurPassEffect; @@ -92,4 +94,6 @@ private: int width, height, virtual_width, virtual_height; }; +} // namespace movit + #endif // !defined(_MOVIT_BLUR_EFFECT_H)