| Index: remoting/codec/video_decoder_verbatim.cc
|
| diff --git a/remoting/codec/video_decoder_verbatim.cc b/remoting/codec/video_decoder_verbatim.cc
|
| index 0d7e8da08e229c30f4e285b9b5c5589c22a48c90..42505bd71e9f330fca58a0f583f8c09ff95eef34 100644
|
| --- a/remoting/codec/video_decoder_verbatim.cc
|
| +++ b/remoting/codec/video_decoder_verbatim.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "remoting/codec/video_decoder_verbatim.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/logging.h"
|
| #include "remoting/base/util.h"
|
| #include "remoting/proto/video.pb.h"
|
|
|