X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=padding_effect.h;h=a836ba208cc4c096fad3d0b9c7de6cc2da20ae7c;hb=f40669de9c7e05e009e67e51a1a60773ac7e5156;hp=9e206ce89233f34fe43b6de6703a2cf4b4a83ae5;hpb=2322070a3dbeb6b46b39cca07a0fbf20e95f5468;p=movit diff --git a/padding_effect.h b/padding_effect.h index 9e206ce..a836ba2 100644 --- a/padding_effect.h +++ b/padding_effect.h @@ -12,6 +12,9 @@ // You may not change it after calling finalize(), since that could change the // graph (need_linear_light() etc. depend on the border color you choose). +#include +#include + #include "effect.h" class PaddingEffect : public Effect {