X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect_test.cpp;h=1d6693c09ac694d39076a9ef296efa231826bc62;hp=6a6406c0a7fa67899e663c3f259828bce66f4201;hb=9651a4eaae012cdc49c1aa38197861e04f62e91e;hpb=f7ae70853bf94031b4877a8b843c6030e82c1720 diff --git a/fft_pass_effect_test.cpp b/fft_pass_effect_test.cpp index 6a6406c..1d6693c 100644 --- a/fft_pass_effect_test.cpp +++ b/fft_pass_effect_test.cpp @@ -1,11 +1,14 @@ // Unit tests for FFTPassEffect. #include +#include +#include #include "effect_chain.h" +#include "fft_pass_effect.h" +#include "glew.h" #include "gtest/gtest.h" #include "image_format.h" -#include "fft_pass_effect.h" #include "multiply_effect.h" #include "test_util.h"