X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect_test.cpp;h=1d6693c09ac694d39076a9ef296efa231826bc62;hp=6a6406c0a7fa67899e663c3f259828bce66f4201;hb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f;hpb=c4f0d4e876a8177db5738596f22349e030e0a1dc 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"