Chromium Code Reviews| Index: webrtc/pc/currentspeakermonitor.h |
| diff --git a/webrtc/pc/currentspeakermonitor.h b/webrtc/pc/currentspeakermonitor.h |
| index 730ded075b3bfd1e11b41c18c81f52ca3bf84ac1..14ed8762a8b3092fe7b8f0d5771c038aead49930 100644 |
| --- a/webrtc/pc/currentspeakermonitor.h |
| +++ b/webrtc/pc/currentspeakermonitor.h |
| @@ -14,9 +14,10 @@ |
| #ifndef WEBRTC_PC_CURRENTSPEAKERMONITOR_H_ |
| #define WEBRTC_PC_CURRENTSPEAKERMONITOR_H_ |
| +#include <stdint.h> |
| + |
| #include <map> |
| -#include "webrtc/base/basictypes.h" |
| #include "webrtc/base/sigslot.h" |
| namespace cricket { |