X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resource_pool.h;h=ea56d0184fd6f1a49d4238034d526acfd3672185;hp=50e0da2c1207755c29c8eee56ec373d141c3275a;hb=968ceb4cc1714e745b3f6425b57611864823f444;hpb=4536fdf7952df0d8773c9bf3014fa25a50ca8ecf diff --git a/resource_pool.h b/resource_pool.h index 50e0da2..ea56d01 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)