]> git.sesse.net Git - movit/blobdiff - gamma_compression_effect_test.cpp
Another round of include-what-you-use.
[movit] / gamma_compression_effect_test.cpp
index 465d23948cd623808b20af119839959893fb7800..41a700ca0b0c188f5997c8364110c74c38f929ba 100644 (file)
@@ -5,9 +5,11 @@
 // However, the accuracy tests are somewhat simpler, since we
 // only need to care about absolute errors and not relative.
 
-#include <math.h>
 #include <GL/glew.h>
+#include <math.h>
+
 #include "gtest/gtest.h"
+#include "gtest/gtest-message.h"
 #include "image_format.h"
 #include "test_util.h"