X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=alpha_multiplication_effect.h;h=2425a427e2764822287f3f54443fb5f896e61f32;hp=c64f2dce050d075f4230d9beca8841f173fb7ce0;hb=f40669de9c7e05e009e67e51a1a60773ac7e5156;hpb=caa05550e868db406e4b54e69d60b5573f59cb60 diff --git a/alpha_multiplication_effect.h b/alpha_multiplication_effect.h index c64f2dc..2425a42 100644 --- a/alpha_multiplication_effect.h +++ b/alpha_multiplication_effect.h @@ -3,6 +3,8 @@ // Convert postmultiplied alpha to premultiplied alpha, simply by multiplying. +#include + #include "effect.h" class AlphaMultiplicationEffect : public Effect {