commit | 7880be17994c9c2729ee9e735fa1efc203e93ca0 | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Fri Oct 05 08:40:02 2018 +0200 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 05 07:44:46 2018 +0000 |
tree | be6dd97d9b8fc6e9a0f9b78e81010755837421af | |
parent | 0a74e09b39c192dddaa9bd1f1015a897c2c5eea8 [diff] |
Don't include <memory.h> in aligned_malloc.cc. The inclusion of <memory.h> creates problems when building with Chromium third_party/webrtc/rtc_base/memory/aligned_malloc.cc:13:10: fatal error: 'memory.h' file not found #include <memory.h> It seems the code doesn't need to include <memory.h> but <cstring>. Bug: None Change-Id: Ib6591711aa7cfea49a2ff08321cfb3bd3689797a Reviewed-on: https://webrtc-review.googlesource.com/c/103980 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25003}
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.