| Index: mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc
|
| diff --git a/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc b/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc
|
| index c1ec7b3fcc41b2d54e444ea904cbded2dd259533..8b6317876cc55e09474d12575c5c682769d64b65 100644
|
| --- a/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc
|
| +++ b/mojo/public/cpp/bindings/tests/bounds_checker_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <limits>
|
|
|
| #include "mojo/public/cpp/bindings/lib/bindings_serialization.h"
|
|
|