X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=628c61a348ea3ba22904370a4a572f753dfed8aa;hp=74585d6d94dae0d3be0ed5fc1da119e8cfc1fc91;hb=5dfd8dfbd444210f9c9e3a0baf5c82b49e76e7ff;hpb=36c525fc42f63bde0ef2ea48554a17a7e18411de diff --git a/resample_effect.h b/resample_effect.h index 74585d6..628c61a 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -22,6 +22,8 @@ #include "effect.h" +namespace movit { + class EffectChain; class Node; class SingleResamplePassEffect; @@ -99,4 +101,6 @@ private: float slice_height; }; +} // namespace movit + #endif // !defined(_MOVIT_RESAMPLE_EFFECT_H)