]> git.sesse.net Git - movit/blobdiff - blur_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / blur_effect.h
index 76f7389d1568739a3312df999c64e20857728367..5a04415829231e2d5f2146b729762eb4e3f02ce7 100644 (file)
@@ -9,8 +9,15 @@
 // which is what the user is intended to use, instantiates two copies of
 // SingleBlurPassEffect behind the scenes).
 
+#include <GL/glew.h>
+#include <assert.h>
+#include <stddef.h>
+#include <string>
+
 #include "effect.h"
 
+class EffectChain;
+class Node;
 class SingleBlurPassEffect;
 
 class BlurEffect : public Effect {