]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Merge branch 'master' into epoxy
[movit] / effect_chain.h
index 6ce2332848e658a16e66068634987fd1b696adca..a1bf3cb80241167b6f0bda72bf1ea3e974ed98d3 100644 (file)
@@ -17,7 +17,7 @@
 // the EffectChain holds textures and other OpenGL objects that are tied to the
 // context.
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <stdio.h>
 #include <map>
 #include <set>