X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=314390752cebde884f87f8d54db798f33f310cae;hp=cad6488921b67c5f60a3a1ac17fb97dec440b474;hb=82c71bc88157a182d739b5c763dbbcfd4b8eeef8;hpb=38dfb378427d1c97113ad7644c39f7695be84c49 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 {