[PATCH v1 1/2] libcamera: converter_v4l2_m2m: Add missing `<set>` include

Kieran Bingham kieran.bingham at ideasonboard.com
Fri May 16 14:37:08 CEST 2025


Quoting Paul Elder (2025-05-15 13:56:02)
> Quoting Barnabás Pőcze (2025-05-15 14:30:38)
> > `std::set` is directly used in the file, but not directly included.
> > 
> > Signed-off-by: Barnabás Pőcze <barnabas.pocze at ideasonboard.com>
> 
> Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>

Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>

> 
> > ---
> >  src/libcamera/converter/converter_v4l2_m2m.cpp | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/src/libcamera/converter/converter_v4l2_m2m.cpp b/src/libcamera/converter/converter_v4l2_m2m.cpp
> > index ee05b798f..0ce7a7a67 100644
> > --- a/src/libcamera/converter/converter_v4l2_m2m.cpp
> > +++ b/src/libcamera/converter/converter_v4l2_m2m.cpp
> > @@ -10,6 +10,7 @@
> >  
> >  #include <algorithm>
> >  #include <limits.h>
> > +#include <set>
> >  
> >  #include <libcamera/base/log.h>
> >  #include <libcamera/base/signal.h>
> > -- 
> > 2.49.0
> >


More information about the libcamera-devel mailing list