Add missing #include <cerrno> in string_to_number.cc
One of our toolchains does not expose |errno| in the global namespace. BUG=none Review-Url: https://codereview.webrtc.org/2926273002 Cr-Commit-Position: refs/heads/master@{#18506}
This commit is contained in:
parent
46537a3879
commit
6baee78bc9
@ -8,6 +8,7 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cerrno>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|
||||||
#include "webrtc/base/string_to_number.h"
|
#include "webrtc/base/string_to_number.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user