| Index: remoting/codec/codec_test.cc
|
| diff --git a/remoting/codec/codec_test.cc b/remoting/codec/codec_test.cc
|
| index cec00434b7cb3936093de538d99f4f00dcde548c..bf71b6f26e5d428f38653b5ef261d78d09ec1117 100644
|
| --- a/remoting/codec/codec_test.cc
|
| +++ b/remoting/codec/codec_test.cc
|
| @@ -2,11 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <deque>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| #include <stdlib.h>
|
| +#include <deque>
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "media/base/video_frame.h"
|
| #include "remoting/base/util.h"
|
|
|