libcamera: pipeline_handler: Add missing forward declaration of StreamUsage

When switching to stream usages in the PipelineHandler StreamUsage was
was not forward declared as it should and was hid by other include
files, fix this.

Fixes: 20a6455e0b ("libcamera: camera: Add support for stream usages")
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Niklas Söderlund
2019-04-14 02:13:12 +02:00
parent 8b26fec690
commit 7726cba16f
+1
View File
@@ -26,6 +26,7 @@ class PipelineHandler;
class Request;
class Stream;
class StreamConfiguration;
class StreamUsage;
class CameraData
{