| Index: media/filters/h265_parser.cc
|
| diff --git a/media/filters/h265_parser.cc b/media/filters/h265_parser.cc
|
| index d710ddbbbc5fa5cdbc5b29e0f995f898fc13e592..bf935e001c74458b23b5da0d96f16a86a20ad83e 100644
|
| --- a/media/filters/h265_parser.cc
|
| +++ b/media/filters/h265_parser.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
|
|