X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=pbo_frame_allocator.h;fp=pbo_frame_allocator.h;h=1fb6a072a1ecfc112c99d1c0a4fc8d9aa10f61e9;hb=5bc2d4de98e960f40a11cd2991a25ea7d1d5a143;hp=5050f6fbdd1d34579627ba36605b7b3f609a1029;hpb=be11e164bf947c298a55d3d8b266a5cccf8ab6d0;p=nageru diff --git a/pbo_frame_allocator.h b/pbo_frame_allocator.h index 5050f6f..1fb6a07 100644 --- a/pbo_frame_allocator.h +++ b/pbo_frame_allocator.h @@ -5,7 +5,7 @@ #include #include -#include "bmusb.h" +#include "bmusb/bmusb.h" // An allocator that allocates straight into OpenGL pinned memory. // Meant for video frames only. We use a queue rather than a stack,