]> git.sesse.net Git - nageru/blobdiff - nageru/scene.h
IWYU-fix nageru/*.h.
[nageru] / nageru / scene.h
index 4388bbe71720b71930d8a078249849c0b2dc645f..73d24513d08238dccef5c1748d6caced3c06d8c0 100644 (file)
 // (directly to screen, RGBA) or live (Y'CbCr output).
 
 #include <stddef.h>
+#include <array>
 #include <bitset>
 #include <functional>
 #include <map>
 #include <memory>
 #include <string>
+#include <utility>
 #include <vector>
 
 class CEFCapture;