Index: webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
index d004cd8d4fbe6239d6515a2d328cb777807dc33b..152293a56460e35e1b30ff0082963ed5bf39658a 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.cc |
@@ -11,6 +11,7 @@ |
#include "webrtc/modules/rtp_rtcp/source/rtp_sender.h" |
#include <stdlib.h> // srand |
+#include <algorithm> |
#include <utility> |
#include "webrtc/base/checks.h" |