Chromium Code Reviews| Index: ipc/ipc_test_sink.cc |
| diff --git a/ipc/ipc_test_sink.cc b/ipc/ipc_test_sink.cc |
| index ab95a19a2ce85ee0e01b37f29d16eb854a9b111a..316609c3386d762a3ae6bd17cc1491073e7ae7b4 100644 |
| --- a/ipc/ipc_test_sink.cc |
| +++ b/ipc/ipc_test_sink.cc |
| @@ -4,6 +4,10 @@ |
| #include "ipc/ipc_test_sink.h" |
| +#include <stddef.h> |
| +#include <stdint.h> |
| + |
| +#include "build/build_config.h" |
| #include "ipc/ipc_listener.h" |
| #include "ipc/ipc_message.h" |