]> git.sesse.net Git - movit/blobdiff - gamma_expansion_effect_test.cpp
Another round of include-what-you-use.
[movit] / gamma_expansion_effect_test.cpp
index 452b46c8ffbd34dd9b1780b6a15d4587bc75fd6e..0e7670d093876d5c845278a841630fc28bf6fd11 100644 (file)
@@ -1,10 +1,11 @@
 // Unit tests for GammaExpansionEffect.
 
-#include <math.h>
 #include <GL/glew.h>
+#include <math.h>
 
 #include "gamma_expansion_effect.h"
 #include "gtest/gtest.h"
+#include "gtest/gtest-message.h"
 #include "test_util.h"
 
 TEST(GammaExpansionEffectTest, sRGB_KeyValues) {