X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resource_pool.h;h=d8d8ceca3ca1deb2b50dfd2b45fa256af908beeb;hp=50e0da2c1207755c29c8eee56ec373d141c3275a;hb=c268718e844e9b92dbb461b8e55fc4a578876140;hpb=4536fdf7952df0d8773c9bf3014fa25a50ca8ecf diff --git a/resource_pool.h b/resource_pool.h index 50e0da2..d8d8cec 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -16,12 +16,15 @@ // 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 + +namespace movit { class ResourcePool { public: @@ -105,4 +108,6 @@ private: static size_t estimate_texture_size(const Texture2D &texture_format); }; +} // namespace movit + #endif // !defined(_MOVIT_RESOURCE_POOL_H)