| Index: mojo/public/cpp/bindings/lib/bounds_checker.h
|
| diff --git a/mojo/public/cpp/bindings/lib/bounds_checker.h b/mojo/public/cpp/bindings/lib/bounds_checker.h
|
| index f0520be8182c7090d337a9c3987e7a650f94d8a2..1d0f00e70aec05d53bd631bbfff47be214f8eff7 100644
|
| --- a/mojo/public/cpp/bindings/lib/bounds_checker.h
|
| +++ b/mojo/public/cpp/bindings/lib/bounds_checker.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef MOJO_PUBLIC_CPP_BINDINGS_LIB_BOUNDS_CHECKER_H_
|
| #define MOJO_PUBLIC_CPP_BINDINGS_LIB_BOUNDS_CHECKER_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "mojo/public/cpp/system/macros.h"
|
|
|