Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h |
index ec13f44ef58c797bda5193f56af62e7249126d18..30ac20489cd4835b684d15adcd89e61e13f1244e 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h |
@@ -10,10 +10,11 @@ |
#ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_SENDER_H_ |
#define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_SENDER_H_ |
-#include <assert.h> |
-#include <math.h> |
+#include <list> |
#include <map> |
+#include <utility> |
+#include <vector> |
#include "webrtc/base/thread_annotations.h" |
#include "webrtc/common_types.h" |