]> git.sesse.net Git - movit/blobdiff - effect_chain_test.cpp
Fix cleaning of .dot and .frag files.
[movit] / effect_chain_test.cpp
index cea22e0a3e03dd5a1b855c46dc3600c3cb925e56..442c2fb889fed5f82d2b6abff95269cfa76abce8 100644 (file)
@@ -3,13 +3,17 @@
 // Note that this also contains the tests for some of the simpler effects.
 
 #include <GL/glew.h>
+#include <assert.h>
 
+#include "effect.h"
 #include "effect_chain.h"
 #include "flat_input.h"
 #include "gtest/gtest.h"
+#include "input.h"
 #include "mirror_effect.h"
 #include "resize_effect.h"
 #include "test_util.h"
+#include "util.h"
 
 TEST(EffectChainTest, EmptyChain) {
        float data[] = {