X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=resource_pool.h;h=ae89d9f517e5c09a36bd0ea0eba99777990b0c56;hb=9224f01a362117deef6f1140c6802fde256fb168;hp=50e0da2c1207755c29c8eee56ec373d141c3275a;hpb=4536fdf7952df0d8773c9bf3014fa25a50ca8ecf;p=movit diff --git a/resource_pool.h b/resource_pool.h index 50e0da2..ae89d9f 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -16,12 +16,13 @@ // safely called from multiple threads at the same time, provided they have // separate (but sharing) OpenGL contexts. +#include +#include +#include #include #include #include #include -#include -#include class ResourcePool { public: