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