X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ref_counted_gl_sync.h;fp=ref_counted_gl_sync.h;h=8b6a8af58db178a3ecf1789806af776c92f4e05d;hb=340de19ccede5808c033e8706070731204b832a4;hp=5e23752dd2c3ea80e75321cc6e4453e0f5d7e884;hpb=60f6e9adafb491012b053d07b37371aef04aa8a4;p=nageru diff --git a/ref_counted_gl_sync.h b/ref_counted_gl_sync.h index 5e23752..8b6a8af 100644 --- a/ref_counted_gl_sync.h +++ b/ref_counted_gl_sync.h @@ -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 +#include #include typedef std::shared_ptr<__GLsync> RefCountedGLsyncBase;