| Index: mojo/public/cpp/bindings/tests/container_test_util.h
|
| diff --git a/mojo/public/cpp/bindings/tests/container_test_util.h b/mojo/public/cpp/bindings/tests/container_test_util.h
|
| index 1e29d225cd70adcd792022e9086e5727a0b3a266..8a77f7e704f82a3a4eebcfb5ccbce023ccec140f 100644
|
| --- a/mojo/public/cpp/bindings/tests/container_test_util.h
|
| +++ b/mojo/public/cpp/bindings/tests/container_test_util.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MOJO_PUBLIC_CPP_BINDINGS_TESTS_CONTAINER_TEST_UTIL_H_
|
| #define MOJO_PUBLIC_CPP_BINDINGS_TESTS_CONTAINER_TEST_UTIL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
|
|