X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect_test.cpp;h=6fd46dbf402feba053183e16790157602dd91277;hp=bdba1212c76eaca680e3eabe6763cc6831c1b140;hb=37f56fcbe571b2322243f6de59494bf9e0cbb37a;hpb=d7b26059d60a5debd032b4a3e887b612b19dd488 diff --git a/dither_effect_test.cpp b/dither_effect_test.cpp index bdba121..6fd46db 100644 --- a/dither_effect_test.cpp +++ b/dither_effect_test.cpp @@ -1,9 +1,12 @@ // Unit tests for DitherEffect. +#include #include -#include "test_util.h" +#include "effect_chain.h" #include "gtest/gtest.h" +#include "image_format.h" +#include "test_util.h" TEST(DitherEffectTest, NoDitherOnExactValues) { const int size = 4;