mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Add <cstdio> include to string_builder.cc to support Android NDK r17
<cstdio> is needed for std::vsnprintf() on Android NDK r17 Bug: NONE Change-Id: Ib533bc64fcc41deb68613f494b6777dcf805907e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/137001 Commit-Queue: Tommi <tommi@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27956}
This commit is contained in:
parent
4e4fc628ab
commit
baf9c62bc7
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#include "rtc_base/strings/string_builder.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
#include "rtc_base/checks.h"
|
||||
|
|
Loading…
Reference in a new issue