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 8fc0696067ad073e4d3198797170fd1005129dbd..2052261abe6e6546de2f81981ab14a1ada7e5691 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h |
@@ -13,7 +13,11 @@ |
#include <assert.h> |
#include <math.h> |
+#include <list> |
#include <map> |
+#include <set> |
mflodman
2015/12/10 07:50:45
I don't see we need set in this file.
danilchap
2015/12/10 10:18:31
Done.
|
+#include <utility> |
+#include <vector> |
#include "webrtc/base/thread_annotations.h" |
#include "webrtc/common_types.h" |