X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=white_balance_effect.h;h=c4e46a47548354c6df953fd2caf20d7c9112a80f;hp=2f8f38e0ee168a3d02632a08514f218d43c45ea8;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/white_balance_effect.h b/white_balance_effect.h index 2f8f38e..c4e46a4 100644 --- a/white_balance_effect.h +++ b/white_balance_effect.h @@ -3,6 +3,9 @@ // Color correction in LMS color space. +#include +#include + #include "effect.h" class WhiteBalanceEffect : public Effect {