Chromium Code Reviews| Index: webrtc/media/base/streamparams.h |
| diff --git a/webrtc/media/base/streamparams.h b/webrtc/media/base/streamparams.h |
| index a2d48c51784e209fa78aab4d17ef8d45b7a758e2..75d82809cf23cea3e7bced4ca45bebd43a812176 100644 |
| --- a/webrtc/media/base/streamparams.h |
| +++ b/webrtc/media/base/streamparams.h |
| @@ -26,12 +26,13 @@ |
| #ifndef WEBRTC_MEDIA_BASE_STREAMPARAMS_H_ |
| #define WEBRTC_MEDIA_BASE_STREAMPARAMS_H_ |
| +#include <stdint.h> |
| + |
| #include <algorithm> |
| #include <set> |
| #include <string> |
| #include <vector> |
| -#include "webrtc/base/basictypes.h" |
| #include "webrtc/base/constructormagic.h" |
| namespace cricket { |