IWYU: uint32_t is defined in cstdint
This is required for gcc-10. Bug: None Change-Id: I0d04f720d09b42e1d54e058b897ddc047ef64bf6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174204 Reviewed-by: Magnus Flodman <mflodman@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31184}
This commit is contained in:

committed by
Commit Bot

parent
b8a9630e9e
commit
03fade52da
1
AUTHORS
1
AUTHORS
@ -89,6 +89,7 @@ Ramprakash Jelari <ennajelari@gmail.com>
|
|||||||
CZ Theng <cz.theng@gmail.com>
|
CZ Theng <cz.theng@gmail.com>
|
||||||
Miguel Paris <mparisdiaz@gmail.com>
|
Miguel Paris <mparisdiaz@gmail.com>
|
||||||
Raman Budny <budnyjj@gmail.com>
|
Raman Budny <budnyjj@gmail.com>
|
||||||
|
Stephan Hartmann <stha09@googlemail.com>
|
||||||
|
|
||||||
&yet LLC <*@andyet.com>
|
&yet LLC <*@andyet.com>
|
||||||
Agora IO <*@agora.io>
|
Agora IO <*@agora.io>
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#ifndef CALL_RTX_RECEIVE_STREAM_H_
|
#ifndef CALL_RTX_RECEIVE_STREAM_H_
|
||||||
#define CALL_RTX_RECEIVE_STREAM_H_
|
#define CALL_RTX_RECEIVE_STREAM_H_
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
#include "call/rtp_packet_sink_interface.h"
|
#include "call/rtp_packet_sink_interface.h"
|
||||||
|
Reference in New Issue
Block a user