X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_compression_effect_test.cpp;h=41a700ca0b0c188f5997c8364110c74c38f929ba;hp=465d23948cd623808b20af119839959893fb7800;hb=9651a4eaae012cdc49c1aa38197861e04f62e91e;hpb=f7ae70853bf94031b4877a8b843c6030e82c1720 diff --git a/gamma_compression_effect_test.cpp b/gamma_compression_effect_test.cpp index 465d239..41a700c 100644 --- a/gamma_compression_effect_test.cpp +++ b/gamma_compression_effect_test.cpp @@ -5,9 +5,11 @@ // However, the accuracy tests are somewhat simpler, since we // only need to care about absolute errors and not relative. -#include #include +#include + #include "gtest/gtest.h" +#include "gtest/gtest-message.h" #include "image_format.h" #include "test_util.h"