X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=effect_chain.h;fp=effect_chain.h;h=2199a5d8b28d56a1a0fe54c85cc2ae9505ede61d;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hp=f5e27c81b4d07196f6e361f85082db4b620cf1cb;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488;p=movit diff --git a/effect_chain.h b/effect_chain.h index f5e27c8..2199a5d 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -1,14 +1,20 @@ #ifndef _EFFECT_CHAIN_H #define _EFFECT_CHAIN_H 1 +#include +#include +#include #include +#include #include #include "effect.h" #include "image_format.h" #include "input.h" +class Effect; class EffectChain; +class Input; struct Phase; // For internal use within Node.