Add include for <optional>

This is to fix build error when we set use_libcxx_modules=true in
chromium.

Bug: chromium:40263312
Change-Id: I7dd87e43823f33f70c6c8e15f4c64df7d231f021
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/376003
Reviewed-by: Henrik Andreassson <henrika@webrtc.org>
Commit-Queue: Alexander Cooper <alcooper@chromium.org>
Reviewed-by: Alexander Cooper <alcooper@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@google.com>
Cr-Commit-Position: refs/heads/main@{#43845}
This commit is contained in:
Takuto Ikuta 2025-01-30 20:44:30 -08:00 committed by WebRTC LUCI CQ
parent 0533b5eafe
commit 9c56cb3eda

View File

@ -14,6 +14,7 @@
#include <stdint.h>
#include <memory>
#include <optional>
#include <vector>
#include "modules/desktop_capture/desktop_geometry.h"