Chromium Code Reviews| Index: ipc/ipc_perftest_support.h |
| diff --git a/ipc/ipc_perftest_support.h b/ipc/ipc_perftest_support.h |
| index 578256f8b1152758c6c5804408732459e0f10bd0..80c58d127b976e19bfa48d4765b560fbb054d2a0 100644 |
| --- a/ipc/ipc_perftest_support.h |
| +++ b/ipc/ipc_perftest_support.h |
| @@ -5,8 +5,12 @@ |
| #ifndef IPC_IPC_PERFTEST_SUPPORT_H_ |
| #define IPC_IPC_PERFTEST_SUPPORT_H_ |
| +#include <stddef.h> |
| + |
| #include <vector> |
| +#include "base/macros.h" |
| +#include "build/build_config.h" |
| #include "ipc/ipc_test_base.h" |
| namespace IPC { |