| Index: mojo/public/cpp/bindings/tests/buffer_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/buffer_unittest.cc b/mojo/public/cpp/bindings/tests/buffer_unittest.cc
|
| index 317a2a516025a237b2e6246163e41f968ba9d09e..3243940a3573119f0f59736b199c3caa5e392d28 100644
|
| --- a/mojo/public/cpp/bindings/tests/buffer_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/buffer_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 <limits>
|
|
|
| #include "mojo/public/cpp/bindings/lib/bindings_serialization.h"
|
|
|