X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ref_counted_frame.h;fp=ref_counted_frame.h;h=6d66a769f59044079055cf5c7d0484e200ef2e2c;hb=5bc2d4de98e960f40a11cd2991a25ea7d1d5a143;hp=5912ce8187c7fc90ab02d2e5d4c5d3c0e4b0e2be;hpb=be11e164bf947c298a55d3d8b266a5cccf8ab6d0;p=nageru diff --git a/ref_counted_frame.h b/ref_counted_frame.h index 5912ce8..6d66a76 100644 --- a/ref_counted_frame.h +++ b/ref_counted_frame.h @@ -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);