Index: ui/gfx/point.h |
diff --git a/ui/gfx/point.h b/ui/gfx/point.h |
index 403610a1636716a9572e1713fe32257dc2c04c5a..dfb227d190eb22afb01371d9f2ba35e12969bf27 100644 |
--- a/ui/gfx/point.h |
+++ b/ui/gfx/point.h |
@@ -11,6 +11,8 @@ |
#if defined(OS_WIN) |
typedef unsigned long DWORD; |
typedef struct tagPOINT POINT; |
+#elif defined(OS_IOS) |
+#include <CoreGraphics/CoreGraphics.h> |
#elif defined(OS_MACOSX) |
#include <ApplicationServices/ApplicationServices.h> |
#endif |