]> git.sesse.net Git - movit/blobdiff - effect_util.h
Merge branch 'master' into epoxy
[movit] / effect_util.h
index 5420ce516518a1cb7e9fef2f6aa8bf81c3ea28f5..a1588efd71da6203a3cb137e1e1c9c38b62409b6 100644 (file)
@@ -4,7 +4,7 @@
 // Utilities that are often useful for implementing Effect instances,
 // but don't need to be included from effect.h.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <assert.h>
 #include <stddef.h>
 #include <Eigen/Core>