| Index: mojo/public/cpp/bindings/tests/container_test_util.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/container_test_util.cc b/mojo/public/cpp/bindings/tests/container_test_util.cc
|
| index e8377c4ce510be97f1c7700980ba6b2f52f1b603..a53d351e0c1aa9a82695dc69a6ec216dc1b2375f 100644
|
| --- a/mojo/public/cpp/bindings/tests/container_test_util.cc
|
| +++ b/mojo/public/cpp/bindings/tests/container_test_util.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 "mojo/public/cpp/bindings/tests/container_test_util.h"
|
|
|
| namespace mojo {
|
|
|