Index: ppapi/cpp/touch_point.h |
diff --git a/ppapi/cpp/touch_point.h b/ppapi/cpp/touch_point.h |
index 0868061d2e489f35d1c8b0c749667fef5c558f5c..66c512ba7d56c4e9841229d620eee2ee482d4327 100644 |
--- a/ppapi/cpp/touch_point.h |
+++ b/ppapi/cpp/touch_point.h |
@@ -5,6 +5,8 @@ |
#ifndef PPAPI_CPP_TOUCH_POINT_H_ |
#define PPAPI_CPP_TOUCH_POINT_H_ |
+#include <stdint.h> |
+ |
#include "ppapi/c/ppb_input_event.h" |
#include "ppapi/cpp/input_event.h" |
#include "ppapi/cpp/point.h" |