Index: ppapi/proxy/message_handler.h |
diff --git a/ppapi/proxy/message_handler.h b/ppapi/proxy/message_handler.h |
index cb3c6ab8257a731a47618d702b7a8165527df736..6a83f21c9fcf325816d1b1f874a2595b89a4a2ba 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" |