]> git.sesse.net Git - nageru/blobdiff - ref_counted_frame.h
Re-run IWYU, again with lots of manual cleanup.
[nageru] / ref_counted_frame.h
index 6d66a769f59044079055cf5c7d0484e200ef2e2c..67787ef3cbb7289b2929cfe33f83fa7ac7f71765 100644 (file)
@@ -7,6 +7,8 @@
 // Note that the important point isn't really the pointer to the Frame itself,
 // it's the resources it's representing that need to go back to the allocator.
 
+#include <memory>
+
 #include "bmusb/bmusb.h"
 
 void release_refcounted_frame(FrameAllocator::Frame *frame);