Chromium Code Reviews| Index: webkit/common/cursors/webcursor.h |
| diff --git a/webkit/common/cursors/webcursor.h b/webkit/common/cursors/webcursor.h |
| index 24e806845ab64459a856c4a2c152cddf1a75fbb0..c64689e63072b4f83637ab4953f4729e0e12e05a 100644 |
| --- a/webkit/common/cursors/webcursor.h |
| +++ b/webkit/common/cursors/webcursor.h |
| @@ -15,6 +15,10 @@ |
| #include <vector> |
| +#if defined(USE_AURA) |
| +#include "ui/base/cursor/cursor.h" |
| +#endif |
| + |
| #if defined(OS_WIN) |
| typedef struct HINSTANCE__* HINSTANCE; |
| typedef struct HICON__* HICON; |