]> git.sesse.net Git - movit/blobdiff - resource_pool.h
Explicitly declare use of round() as an #extension.
[movit] / resource_pool.h
index 50e0da2c1207755c29c8eee56ec373d141c3275a..ae89d9f517e5c09a36bd0ea0eba99777990b0c56 100644 (file)
 // safely called from multiple threads at the same time, provided they have
 // separate (but sharing) OpenGL contexts.
 
+#include <GL/glew.h>
+#include <pthread.h>
+#include <stddef.h>
 #include <list>
 #include <map>
 #include <string>
 #include <utility>
-#include <GL/glew.h>
-#include <pthread.h>
 
 class ResourcePool {
 public: