X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=padding_effect.h;fp=padding_effect.h;h=a836ba208cc4c096fad3d0b9c7de6cc2da20ae7c;hp=9e206ce89233f34fe43b6de6703a2cf4b4a83ae5;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 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 {