]> git.sesse.net Git - movit/blobdiff - alpha_division_effect_test.cpp
Add a pkg-config file.
[movit] / alpha_division_effect_test.cpp
index 8c297027f7fb2f49f3475e83f0ebc87322e329d4..b9c16b3f082c32063fcf065bae376e4958140706 100644 (file)
@@ -1,7 +1,9 @@
 // Unit tests for AlphaDivisionEffect.
 
-#include "test_util.h"
+#include <GL/glew.h>
 #include "gtest/gtest.h"
+#include "image_format.h"
+#include "test_util.h"
 
 TEST(AlphaDivisionEffectTest, SimpleTest) {
        const int size = 2;