| Index: ppapi/proxy/ppb_core_proxy.cc
|
| diff --git a/ppapi/proxy/ppb_core_proxy.cc b/ppapi/proxy/ppb_core_proxy.cc
|
| index 0cf2a95ed29ed382871e171b00c5ed83edc646f8..b3651ab9d246eda4b140323c1a3b7c0cd4fc4c18 100644
|
| --- a/ppapi/proxy/ppb_core_proxy.cc
|
| +++ b/ppapi/proxy/ppb_core_proxy.cc
|
| @@ -4,12 +4,14 @@
|
|
|
| #include "ppapi/proxy/ppb_core_proxy.h"
|
|
|
| +#include <stdint.h>
|
| #include <stdlib.h> // For malloc
|
|
|
| #include "base/bind.h"
|
| #include "base/logging.h"
|
| #include "base/time/time.h"
|
| #include "base/trace_event/trace_event.h"
|
| +#include "build/build_config.h"
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/ppb_core.h"
|
|
|