X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=314390752cebde884f87f8d54db798f33f310cae;hp=cad6488921b67c5f60a3a1ac17fb97dec440b474;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/dither_effect.h b/dither_effect.h index cad6488..3143907 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -43,6 +43,9 @@ // like many LCD monitors do, but it starts to get very hairy, again, for limited gains.) // The dither is also deterministic across runs. +#include +#include + #include "effect.h" class DitherEffect : public Effect {