]> git.sesse.net Git - movit/blobdiff - white_balance_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / white_balance_effect.h
index 2f8f38e0ee168a3d02632a08514f218d43c45ea8..c4e46a47548354c6df953fd2caf20d7c9112a80f 100644 (file)
@@ -3,6 +3,9 @@
 
 // Color correction in LMS color space.
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class WhiteBalanceEffect : public Effect {