]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect.h
Another round of include-what-you-use.
[movit] / gamma_expansion_effect.h
index 679c16d24d92c2adb28ebe1eac708048e2d9029c..92f05171cd4d84ff08ad802cbef89138401c5d48 100644 (file)
@@ -6,7 +6,10 @@
 // of the processing chain.
 //
 // Currently supports sRGB, Rec. 601/709 and Rec. 2020 (10- and 12-bit).
+// Note that Movit's internal formats generally do not have enough accuracy
+// for 12-bit input or output.
 
+#include <GL/glew.h>
 #include <string>
 
 #include "effect.h"