| Index: mojo/runner/host/child_process_host.h
|
| diff --git a/mojo/runner/host/child_process_host.h b/mojo/runner/host/child_process_host.h
|
| index 3eb68808a3ed51d17df66a98927d3da10404c50b..1f4f757e21fb798d2d4b7b91222bb2fea4d962d7 100644
|
| --- a/mojo/runner/host/child_process_host.h
|
| +++ b/mojo/runner/host/child_process_host.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MOJO_RUNNER_HOST_CHILD_PROCESS_HOST_H_
|
| #define MOJO_RUNNER_HOST_CHILD_PROCESS_HOST_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/file_path.h"
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|