X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ref_counted_gl_sync.h;h=8b6a8af58db178a3ecf1789806af776c92f4e05d;hb=206659626a57120fecc27673e94bc444b09bc713;hp=5e23752dd2c3ea80e75321cc6e4453e0f5d7e884;hpb=6531415ce7a0010195cb3267c6898475d38922ac;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;