diff options
Diffstat (limited to 'ppapi/proxy/message_handler.h')
-rw-r--r-- | ppapi/proxy/message_handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/message_handler.h b/ppapi/proxy/message_handler.h index cb3c6ab..6a83f21 100644 --- a/ppapi/proxy/message_handler.h +++ b/ppapi/proxy/message_handler.h @@ -5,6 +5,9 @@ #ifndef PPAPI_PROXY_MESSAGE_HANDLER_H_ #define PPAPI_PROXY_MESSAGE_HANDLER_H_ +#include <stdint.h> + +#include "base/macros.h" #include "base/memory/ref_counted.h" #include "base/memory/scoped_ptr.h" #include "ppapi/c/pp_resource.h" |