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

Unified Diff: net/quic/core/interval_set.h

Issue 2524523002: Remove various 'using std::' statements from QUIC code and use (Closed)
Patch Set: Rebase Created 4 years 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 | « net/quic/core/frames/quic_window_update_frame.cc ('k') | net/quic/core/interval_set_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/interval_set.h
diff --git a/net/quic/core/interval_set.h b/net/quic/core/interval_set.h
index 9bb763a4e91189d1d4d4d5c580584020c7dca3ab..dcd69f099dae0e96c1be0668371b98f68e50de30 100644
--- a/net/quic/core/interval_set.h
+++ b/net/quic/core/interval_set.h
@@ -55,6 +55,7 @@
#include <stddef.h>
#include <algorithm>
+#include <ostream>
#include <set>
#include <string>
#include <utility>
« no previous file with comments | « net/quic/core/frames/quic_window_update_frame.cc ('k') | net/quic/core/interval_set_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698