| Index: media/cast/net/rtp/rtp_parser.h
|
| diff --git a/media/cast/net/rtp/rtp_parser.h b/media/cast/net/rtp/rtp_parser.h
|
| index db0775509f4f7f62b7527349767762c0b94967a0..f86a285e0b16ea4870fa0caa97a3609cf368a3e7 100644
|
| --- a/media/cast/net/rtp/rtp_parser.h
|
| +++ b/media/cast/net/rtp/rtp_parser.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef MEDIA_CAST_NET_RTP_RTP_PARSER_H_
|
| #define MEDIA_CAST_NET_RTP_RTP_PARSER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "media/cast/net/cast_transport_defines.h"
|
| #include "media/cast/net/rtp/rtp_defines.h"
|
|
|