X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ref_counted_frame.h;h=67787ef3cbb7289b2929cfe33f83fa7ac7f71765;hb=a9313d3eb914641cbdf8f2426d1fa79b45b55107;hp=5912ce8187c7fc90ab02d2e5d4c5d3c0e4b0e2be;hpb=6796837c2e3e08de8d530be233317a2fc4a43f72;p=nageru diff --git a/ref_counted_frame.h b/ref_counted_frame.h index 5912ce8..67787ef 100644 --- a/ref_counted_frame.h +++ b/ref_counted_frame.h @@ -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 + +#include "bmusb/bmusb.h" void release_refcounted_frame(FrameAllocator::Frame *frame);