]> git.sesse.net Git - movit/blobdiff - lift_gamma_gain_effect.h
Makefile should now be in .gitignore.
[movit] / lift_gamma_gain_effect.h
index 6835620e11b432a73daf0df7d1331d9303e5a9fa..bd1ec16a6d8743e6dfa83cd9848e78b959636a7c 100644 (file)
@@ -20,6 +20,9 @@
 // Also, gamma is a case where we would not want premultiplied alpha.
 // Thus, we have to divide away alpha first, and then re-multiply it back later.
 
 // Also, gamma is a case where we would not want premultiplied alpha.
 // Thus, we have to divide away alpha first, and then re-multiply it back later.
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class LiftGammaGainEffect : public Effect {
 #include "effect.h"
 
 class LiftGammaGainEffect : public Effect {