Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: webrtc/base/string_to_number.cc

Issue 2926273002: Add missing #include <cerrno> in string_to_number.cc (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/string_to_number.cc
diff --git a/webrtc/base/string_to_number.cc b/webrtc/base/string_to_number.cc
index f8809268a28029d54149487f1cba66050355bc82..b8e969daa42267de37459b096c789d444b4de263 100644
--- a/webrtc/base/string_to_number.cc
+++ b/webrtc/base/string_to_number.cc
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include <cerrno>
#include <cstdlib>
#include "webrtc/base/string_to_number.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698