| Index: media/cast/net/rtp/rtp_packet_builder.h
|
| diff --git a/media/cast/net/rtp/rtp_packet_builder.h b/media/cast/net/rtp/rtp_packet_builder.h
|
| index a7714ba3f0cdd152e7cd52e744112fd80bb0128b..3f864a427cd7bdcdaccbb738138947981459734b 100644
|
| --- a/media/cast/net/rtp/rtp_packet_builder.h
|
| +++ b/media/cast/net/rtp/rtp_packet_builder.h
|
| @@ -7,6 +7,8 @@
|
| #ifndef MEDIA_CAST_NET_RTP_RTP_PACKET_BUILDER_H_
|
| #define MEDIA_CAST_NET_RTP_RTP_PACKET_BUILDER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "media/cast/net/rtp/rtp_defines.h"
|
|
|
|
|