]> git.sesse.net Git - movit/blobdiff - padding_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / padding_effect.h
index 9e206ce89233f34fe43b6de6703a2cf4b4a83ae5..a836ba208cc4c096fad3d0b9c7de6cc2da20ae7c 100644 (file)
@@ -12,6 +12,9 @@
 // You may not change it after calling finalize(), since that could change the
 // graph (need_linear_light() etc. depend on the border color you choose).
 
+#include <GL/glew.h>
+#include <string>
+
 #include "effect.h"
 
 class PaddingEffect : public Effect {