| Index: ppapi/proxy/broker_dispatcher.h
|
| diff --git a/ppapi/proxy/broker_dispatcher.h b/ppapi/proxy/broker_dispatcher.h
|
| index 828dac63666a67ba4493927d4582950f7c5867d6..5b3d586c2b6278afce0f39b3089b0786f979a5ba 100644
|
| --- a/ppapi/proxy/broker_dispatcher.h
|
| +++ b/ppapi/proxy/broker_dispatcher.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef PPAPI_PROXY_BROKER_DISPATCHER_H_
|
| #define PPAPI_PROXY_BROKER_DISPATCHER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/trusted/ppp_broker.h"
|
| #include "ppapi/proxy/proxy_channel.h"
|
|
|
|
|