]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.h
Switch to getting bmusb from a submodule.
[nageru] / pbo_frame_allocator.h
index 5050f6fbdd1d34579627ba36605b7b3f609a1029..1fb6a072a1ecfc112c99d1c0a4fc8d9aa10f61e9 100644 (file)
@@ -5,7 +5,7 @@
 #include <mutex>
 #include <queue>
 
-#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,