| Index: ipc/brokerable_attachment.h
|
| diff --git a/ipc/brokerable_attachment.h b/ipc/brokerable_attachment.h
|
| index 6761f22a7126daf5875e7fdfa44238e5508042b4..50e7fd21eb954f4d18a57097b4f23213b7856bf2 100644
|
| --- a/ipc/brokerable_attachment.h
|
| +++ b/ipc/brokerable_attachment.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef IPC_BROKERABLE_ATTACHMENT_H_
|
| #define IPC_BROKERABLE_ATTACHMENT_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <algorithm>
|
|
|
| #include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "ipc/ipc_export.h"
|
| #include "ipc/ipc_message_attachment.h"
|
|
|
|
|