]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.h
Re-run IWYU, again with lots of manual cleanup.
[nageru] / pbo_frame_allocator.h
index 1fb6a072a1ecfc112c99d1c0a4fc8d9aa10f61e9..452c006bd2d36c290de9cd456b4c4edbf4b87b85 100644 (file)
@@ -2,6 +2,8 @@
 #define _PBO_FRAME_ALLOCATOR 1
 
 #include <epoxy/gl.h>
+#include <stddef.h>
+#include <memory>
 #include <mutex>
 #include <queue>