]> git.sesse.net Git - movit/blobdiff - resource_pool.h
Merge branch 'epoxy'
[movit] / resource_pool.h
index aad95c959ad235dc7cdc504f82e066b717322279..a331f4f1708c823a076216c0023a81cf099bd802 100644 (file)
@@ -22,7 +22,7 @@
 // ResourcePool explicitly if you delete a context, or they will leak (and the
 // ResourcePool destructor will assert-fail). See clean_context().
 
-#include <GL/glew.h>
+#include <epoxy/gl.h>
 #include <pthread.h>
 #include <stddef.h>
 #include <list>