| Index: mojo/edk/system/message_pipe_dispatcher.h
 | 
| diff --git a/mojo/edk/system/message_pipe_dispatcher.h b/mojo/edk/system/message_pipe_dispatcher.h
 | 
| index 976064d137cc03875734977e9ad7c91dd721a706..9acbaf9bc07f828f1efa994dd8763e479fc2a61a 100644
 | 
| --- a/mojo/edk/system/message_pipe_dispatcher.h
 | 
| +++ b/mojo/edk/system/message_pipe_dispatcher.h
 | 
| @@ -5,6 +5,9 @@
 | 
|  #ifndef MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
 | 
|  #define MOJO_EDK_SYSTEM_MESSAGE_PIPE_DISPATCHER_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "mojo/edk/embedder/platform_channel_pair.h"
 | 
|  #include "mojo/edk/system/awakable_list.h"
 | 
| 
 |