]> git.sesse.net Git - movit/blobdiff - glow_effect_test.cpp
Don't dither alpha.
[movit] / glow_effect_test.cpp
index 77c9d12db75b17f3b3895ccb46ffcf7cf1d7ee2b..4570d6f5ada16b9e151ed5ac21bda7c07e49bd12 100644 (file)
@@ -1,10 +1,13 @@
 // Unit tests for GlowEffect.
 
+#include <GL/glew.h>
 #include <math.h>
 
-#include "test_util.h"
-#include "gtest/gtest.h"
+#include "effect_chain.h"
 #include "glow_effect.h"
+#include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(GlowEffectTest, NoAmountDoesNothing) {
        const int size = 4;