]> git.sesse.net Git - nageru/blobdiff - ref_counted_frame.h
Cosmetic change to the about dialog.
[nageru] / ref_counted_frame.h
index 5912ce8187c7fc90ab02d2e5d4c5d3c0e4b0e2be..67787ef3cbb7289b2929cfe33f83fa7ac7f71765 100644 (file)
@@ -7,7 +7,9 @@
 // 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 "bmusb.h"
+#include <memory>
+
+#include "bmusb/bmusb.h"
 
 void release_refcounted_frame(FrameAllocator::Frame *frame);