]> git.sesse.net Git - movit/blobdiff - fft_pass_effect.h
Merge branch 'epoxy'
[movit] / fft_pass_effect.h
index 7689cf1e60688fb60d1c620baffb6ba1fac1dab9..fbf4511e222cd6a725a5ffa2e597ae5c5927f292 100644 (file)
@@ -50,7 +50,7 @@
 // scaling), and as fp16 has quite limited range at times, this can be relevant
 // on some GPUs for larger sizes.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <stdio.h>
 #include <string>