]> git.sesse.net Git - movit/blobdiff - fft_pass_effect.h
Another round of include-what-you-use.
[movit] / fft_pass_effect.h
index b3e025b1a1284bb0415b04320ba08e491b1fc3f9..f12bda7e416ce3eeefe0f02e55ea4f0bbefa59a9 100644 (file)
@@ -50,8 +50,9 @@
 // scaling), and as fp16 has quite limited range at times, this can be relevant
 // on some GPUs for larger sizes.
 
-#include <stdio.h>
 #include <GL/glew.h>
+#include <assert.h>
+#include <stdio.h>
 #include <string>
 
 #include "effect.h"