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:
parent
0533b5eafe
commit
9c56cb3eda
@ -14,6 +14,7 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
#include "modules/desktop_capture/desktop_geometry.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user