X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=628c61a348ea3ba22904370a4a572f753dfed8aa;hp=74585d6d94dae0d3be0ed5fc1da119e8cfc1fc91;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b 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)