X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=642f079201f037219b1ead3c02aebf3e85bfb28d;hp=1f850519dec8af1f1032492d6ae4e601cfa542f9;hb=f3591ae239781d0587a141e14633e172ba9e376b;hpb=18fdebc534adc6b7a4c36b290b01d598bcb671bc diff --git a/effect_chain.h b/effect_chain.h index 1f85051..642f079 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -26,6 +26,8 @@ #include "image_format.h" +namespace movit { + class Effect; class Input; struct Phase; @@ -266,4 +268,6 @@ private: bool owns_resource_pool; }; +} // namespace movit + #endif // !defined(_MOVIT_EFFECT_CHAIN_H)