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

Unified Diff: net/base/port_util.cc

Issue 1502373009: Allow std::unordered_*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
Index: net/base/port_util.cc
diff --git a/net/base/port_util.cc b/net/base/port_util.cc
index 1867dc3649612393b59515c78564ac0c4afd30e8..7328b5e842f5a13c53dfe40061612699c064e3ae 100644
--- a/net/base/port_util.cc
+++ b/net/base/port_util.cc
@@ -4,6 +4,7 @@
#include "net/base/port_util.h"
+#include <limits>
#include <set>
#include "base/lazy_instance.h"

Powered by Google App Engine
This is Rietveld 408576698