]> git.sesse.net Git - movit/blobdiff - vignette_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / vignette_effect.h
index a39470398a0dba9cda171f34cf4f96c2ec04411b..d13bf85d01c36b47a47cdd53641efd8f6f5fe6ad 100644 (file)
@@ -4,6 +4,9 @@
 // A circular vignette, falling off as cosĀ² of the distance from the center
 // (the classic formula for approximating a real lens).
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class VignetteEffect : public Effect {