| Index: mojo/edk/system/child_broker.h
|
| diff --git a/mojo/edk/system/child_broker.h b/mojo/edk/system/child_broker.h
|
| index c2d09b3036e5b5f10a00d539db7b2a275d96d195..49bd05fb230456943b464080f9b7bb5dd9096934 100644
|
| --- a/mojo/edk/system/child_broker.h
|
| +++ b/mojo/edk/system/child_broker.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef MOJO_EDK_SYSTEM_CHILD_BROKER_H_
|
| #define MOJO_EDK_SYSTEM_CHILD_BROKER_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/macros.h"
|
|
|