X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;fp=effect_chain.h;h=642f079201f037219b1ead3c02aebf3e85bfb28d;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hp=1f850519dec8af1f1032492d6ae4e601cfa542f9;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b;p=movit 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)