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

Unified Diff: webrtc/stats/rtcstats.cc

Issue 2456463002: RTCOutboundRTPStreamStats added. (Closed)
Patch Set: Created 4 years, 2 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: webrtc/stats/rtcstats.cc
diff --git a/webrtc/stats/rtcstats.cc b/webrtc/stats/rtcstats.cc
index fb9740a12e894581666cfe7ee4bbd328df45b7bf..ef3666605689b0d04ca7adc182f8b993760740a6 100644
--- a/webrtc/stats/rtcstats.cc
+++ b/webrtc/stats/rtcstats.cc
@@ -10,6 +10,8 @@
#include "webrtc/api/stats/rtcstats.h"
+#include <sstream>
+
#include "webrtc/base/stringencode.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698