| Index: cc/base/contiguous_container_unittest.cc
|
| diff --git a/cc/base/contiguous_container_unittest.cc b/cc/base/contiguous_container_unittest.cc
|
| index b5e3a6abeeb9c726e325491a5d237ceacf06b9c9..dde2e62e56c5ab66d10a2317e650a17eb0f399f3 100644
|
| --- a/cc/base/contiguous_container_unittest.cc
|
| +++ b/cc/base/contiguous_container_unittest.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 "cc/base/contiguous_container.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|