]> git.sesse.net Git - movit/blobdiff - resample_effect.h
Run include-what-you-use over all of movit. Some hand tuning.
[movit] / resample_effect.h
index b38728f05fa423061bb9002ce2bfb261ff73c4ff..b66ca6fe4ba30bd2ec817a634b6255bd2e316eee 100644 (file)
 // which is what the user is intended to use, instantiates two copies of
 // SingleResamplePassEffect behind the scenes).
 
+#include <GL/glew.h>
+#include <assert.h>
+#include <stddef.h>
+#include <string>
+
 #include "effect.h"
 
+class EffectChain;
+class Node;
 class SingleResamplePassEffect;
 
 class ResampleEffect : public Effect {