| Index: mojo/edk/system/dispatcher.cc
|
| diff --git a/mojo/edk/system/dispatcher.cc b/mojo/edk/system/dispatcher.cc
|
| index 2a1746a5253768c04be351648997f0cf63700971..d64ca99e02a8785f1266561a3c9bea799077cf74 100644
|
| --- a/mojo/edk/system/dispatcher.cc
|
| +++ b/mojo/edk/system/dispatcher.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "mojo/edk/system/dispatcher.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/logging.h"
|
| #include "mojo/edk/system/configuration.h"
|
| #include "mojo/edk/system/data_pipe_consumer_dispatcher.h"
|
|
|