X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fpbo_frame_allocator.cpp;h=709a2bf359e505ab7e089f567fce33b502427834;hb=f81ae3be1aae619fe4ad022f55d95a4a83ace076;hp=d7204f283927426b18e6c831174dd101c8dd5d6a;hpb=a0e57ec99e9dfdd7e79bcf21e8c996dc43b6cb49;p=nageru diff --git a/nageru/pbo_frame_allocator.cpp b/nageru/pbo_frame_allocator.cpp index d7204f2..709a2bf 100644 --- a/nageru/pbo_frame_allocator.cpp +++ b/nageru/pbo_frame_allocator.cpp @@ -1,14 +1,19 @@ #include "pbo_frame_allocator.h" #include +#include +#include #include +#include #include #include #include #include +#include +#include -#include "flags.h" #include "mjpeg_encoder.h" +#include "shared/va_resource_pool.h" #include "v210_converter.h" #include "shared/va_display.h"