libcamera/src/v4l2
Laurent Pinchart eccbb17551 v4l2: camera_proxy: Include <array>
Commit 29c5508075 ("v4l2: camera_proxy: Create format info array")
introduced usage of the std::array template class, but didn't include
the corresponding header. This may cause a compilation breakage in the
future if the indirect include of <array> disappears due to unrelated
changes. Fix it.

Fixed: 29c5508075 ("v4l2: camera_proxy: Create format info array")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-01-08 06:20:58 +02:00
..
meson.build v4l2: v4l2_compat: Add V4L2 compatibility layer 2020-01-03 19:53:20 -05:00
v4l2_camera.cpp v4l2: Use Object::invokeMethod() return value 2020-01-07 22:29:47 +02:00
v4l2_camera.h v4l2: Use Object::invokeMethod() return value 2020-01-07 22:29:47 +02:00
v4l2_camera_proxy.cpp v4l2: camera_proxy: Include <array> 2020-01-08 06:20:58 +02:00
v4l2_camera_proxy.h v4l2: camera_proxy: Rationalize arguments to format helpers 2020-01-07 22:35:26 +02:00
v4l2_compat.cpp v4l2: Fix compilation of __open_2() and __openat_2() with gcc 2020-01-04 16:07:17 +02:00
v4l2_compat_manager.cpp v4l2: compat_manager: Move file operations to new struct FileOperations 2020-01-07 22:35:23 +02:00
v4l2_compat_manager.h v4l2: compat_manager: Move file operations to new struct FileOperations 2020-01-07 22:35:23 +02:00