]> git.sesse.net Git - movit/blobdiff - vignette_effect.h
Stop linking unit tests et al against SDL_image and other things that only the demo...
[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 {