]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Merge branch 'master' into epoxy
[movit] / effect_chain.h
index cbc1221020bbfa0063767da30275ee7e45662891..02906fe0b9885b0263db412a16b3b4d0fd540031 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>