| Index: remoting/protocol/webrtc_video_stream.h
|
| diff --git a/remoting/protocol/webrtc_video_stream.h b/remoting/protocol/webrtc_video_stream.h
|
| index ffb0791c74dbb3f4912d45acf19ba65de20cdae0..bb52ab88193af8334908e3496423b63ea0475ea7 100644
|
| --- a/remoting/protocol/webrtc_video_stream.h
|
| +++ b/remoting/protocol/webrtc_video_stream.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef REMOTING_PROTOCOL_WEBRTC_VIDEO_STREAM_H_
|
| #define REMOTING_PROTOCOL_WEBRTC_VIDEO_STREAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "remoting/protocol/video_stream.h"
|
| #include "third_party/webrtc/base/scoped_ref_ptr.h"
|
|
|