commit | 6cf8b486eb4b3cc5ae8f73e158d6127f91ca2a72 | [log] [tgz] |
---|---|---|
author | Alan Zhao <ayzhao@google.com> | Wed Mar 01 22:10:15 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 02 10:14:51 2023 |
tree | e2d6ffca160ae6a224a977f6973a7ad15b29477c | |
parent | 4d9b0c16fc528f9072ab5c2ebcc1d345baec92c0 [diff] |
Fix missing libc++ includes in webrtc Several files refer to symbols declared in headers not explicitly included. This compiles now because libc++ tranitively includes these headers via other libc++ headers; however, these transitive includes are not guaranteed to exist and in Chrome, will no longer exist once libc++ is compiled with modules. Bug: chromium:543704 Change-Id: I638bb02df3d050a48345248e80aebd2dd60956c1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295762 Auto-Submit: Alan Zhao <ayzhao@google.com> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39448}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.