summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/phone-missed.svg
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-04-29 04:29:59 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-05-04 14:11:29 +0300
commite8f35e5f33597bb40a994df3eb836955e95d5095 (patch)
tree58cadf9ca7c6d8cb96edc53bf6185b94cb15b4b5 /src/qcam/assets/feathericons/phone-missed.svg
parent37958dfd713dd00d4a71a78a6a45f8016ad82e65 (diff)
libcamera: geometry: Add missing ostream header in geometry.h
Commit c730dc74795d ("libcamera: geometry: Add operator<< for classes in geometry") added usage of std::ostream in geometry.h but forget to include the corresponding header. Fix it to avoid future compilation breakages if indirect inclusions are changed. Fixes: c730dc74795d ("libcamera: geometry: Add operator<< for classes in geometry") Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2019, Google Inc. * * libcamera V4L2 API tests */ #include <iostream> #include <linux/media-bus-format.h> #include "libcamera/internal/device_enumerator.h" #include "libcamera/internal/media_device.h"