]> git.sesse.net Git - nageru/blobdiff - ref_counted_gl_sync.h
Small helpful comment.
[nageru] / ref_counted_gl_sync.h
index 5e23752dd2c3ea80e75321cc6e4453e0f5d7e884..8b6a8af58db178a3ecf1789806af776c92f4e05d 100644 (file)
@@ -6,7 +6,7 @@
 // places. (We could set two fences at the same time, but they are not an
 // unlimited hardware resource, so it would be a bit wasteful.)
 
-#include <GL/gl.h>
+#include <epoxy/gl.h>
 #include <memory>
 
 typedef std::shared_ptr<__GLsync> RefCountedGLsyncBase;