X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resample_effect.h;h=b66ca6fe4ba30bd2ec817a634b6255bd2e316eee;hp=b38728f05fa423061bb9002ce2bfb261ff73c4ff;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/resample_effect.h b/resample_effect.h index b38728f..b66ca6f 100644 --- a/resample_effect.h +++ b/resample_effect.h @@ -15,8 +15,15 @@ // which is what the user is intended to use, instantiates two copies of // SingleResamplePassEffect behind the scenes). +#include +#include +#include +#include + #include "effect.h" +class EffectChain; +class Node; class SingleResamplePassEffect; class ResampleEffect : public Effect {