]> git.sesse.net Git - movit/blobdiff - dither_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / dither_effect.h
index cad6488921b67c5f60a3a1ac17fb97dec440b474..314390752cebde884f87f8d54db798f33f310cae 100644 (file)
@@ -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 <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class DitherEffect : public Effect {