]> git.sesse.net Git - nageru/blobdiff - ref_counted_frame.h
Switch to getting bmusb from a submodule.
[nageru] / ref_counted_frame.h
index 5912ce8187c7fc90ab02d2e5d4c5d3c0e4b0e2be..6d66a769f59044079055cf5c7d0484e200ef2e2c 100644 (file)
@@ -7,7 +7,7 @@
 // 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 "bmusb/bmusb.h"
 
 void release_refcounted_frame(FrameAllocator::Frame *frame);