| Index: ppapi/nacl_irt/irt_ppapi.cc
|
| diff --git a/ppapi/nacl_irt/irt_ppapi.cc b/ppapi/nacl_irt/irt_ppapi.cc
|
| index b32f83a5b0eff39cf032df11b284606ca985d3ba..d7ed0690f4a401d76e123d08cd8172568408b8d3 100644
|
| --- a/ppapi/nacl_irt/irt_ppapi.cc
|
| +++ b/ppapi/nacl_irt/irt_ppapi.cc
|
| @@ -3,6 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "build/build_config.h"
|
| +// Need to include this before most other files because it defines
|
| +// IPC_MESSAGE_LOG_ENABLED. We need to use it to define
|
| +// IPC_MESSAGE_MACROS_LOG_ENABLED so ppapi_messages.h will generate the
|
| +// ViewMsgLog et al. functions.
|
|
|
| #include <stdint.h>
|
|
|
|
|