Index: webrtc/api/rtpreceiver.h |
diff --git a/webrtc/api/rtpreceiver.h b/webrtc/api/rtpreceiver.h |
index 4b3bd4d4abc431e0412c3b8b2c296e450c0863e6..b6807c43b76af15bc98f26fb8af155ef63458506 100644 |
--- a/webrtc/api/rtpreceiver.h |
+++ b/webrtc/api/rtpreceiver.h |
@@ -15,13 +15,14 @@ |
#ifndef WEBRTC_API_RTPRECEIVER_H_ |
#define WEBRTC_API_RTPRECEIVER_H_ |
+#include <stdint.h> |
+ |
#include <string> |
#include "webrtc/api/mediastreaminterface.h" |
#include "webrtc/api/rtpreceiverinterface.h" |
#include "webrtc/api/remoteaudiosource.h" |
#include "webrtc/api/videotracksource.h" |
-#include "webrtc/base/basictypes.h" |
#include "webrtc/base/sigslot.h" |
#include "webrtc/media/base/videobroadcaster.h" |
#include "webrtc/pc/channel.h" |