commit | d0be002ececb4f821a3485e0cb768de8601d72b7 | [log] [tgz] |
---|---|---|
author | tzik <tzik@chromium.org> | Thu Oct 18 06:10:02 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 18 08:55:54 2018 |
tree | 916f7b57ea59f8ee5afceae899610e7de8c219bd | |
parent | d65d179a503932274dd935e96d437ef1b9b8ca5c [diff] |
Add missing #include to absl/memory/memory.h This is needed for absl::make_unique. absl/memory/memory.h is included through absl/types/optional.h on C++14 mode, but is not on C++17 mode. Bug: chromium:752720 Change-Id: I28c0dfc9c37910bcb8f0c0bbe40cdd47f2105e50 Reviewed-on: https://webrtc-review.googlesource.com/c/106760 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25247}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.