| Index: ppapi/nacl_irt/irt_ppapi.cc
|
| diff --git a/ppapi/nacl_irt/irt_ppapi.cc b/ppapi/nacl_irt/irt_ppapi.cc
|
| index 2d2bb663ac3145443c984cf1f758a27d80f25ceb..8d2f715b0cbea26bb7de5be3995707a8cf1a4a6f 100644
|
| --- a/ppapi/nacl_irt/irt_ppapi.cc
|
| +++ b/ppapi/nacl_irt/irt_ppapi.cc
|
| @@ -8,6 +8,8 @@
|
| // IPC_MESSAGE_MACROS_LOG_ENABLED so ppapi_messages.h will generate the
|
| // ViewMsgLog et al. functions.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/threading/thread.h"
|
| #include "ipc/ipc_logging.h"
|
| #include "ppapi/nacl_irt/irt_interfaces.h"
|
|
|