X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect.h;h=16b6cbb92149f7de70cf24d92d01a1182c8c343a;hb=cf3b8245a92407da567cf8843335911dd1a0da23;hp=a7d426c723981bc11e10006fa9d44d6b3f5d8db5;hpb=ecab6f3b08bc0a995dd96542758031f1ba2c6a27;p=movit diff --git a/effect.h b/effect.h index a7d426c..16b6cbb 100644 --- a/effect.h +++ b/effect.h @@ -10,7 +10,7 @@ // effect instance; use the macro PREFIX() around your identifiers to // automatically prepend that prefix. -#include +#include #include #include #include @@ -18,6 +18,8 @@ #include "defs.h" +namespace movit { + class EffectChain; class Node; @@ -271,4 +273,6 @@ private: std::map params_vec4; }; +} // namespace movit + #endif // !defined(_MOVIT_EFFECT_H)