Chromium Code Reviews| Index: Source/core/accessibility/AXObject.h |
| diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
| index b10d5db83079a46f21ab49a69cf379146f1bac85..c2ac37c04319aa4081e42f425055cff013fb8d0c 100644 |
| --- a/Source/core/accessibility/AXObject.h |
| +++ b/Source/core/accessibility/AXObject.h |
| @@ -30,6 +30,7 @@ |
| #ifndef AXObject_h |
| #define AXObject_h |
| +#include "core/dom/Range.h" |
|
Inactive
2014/06/19 15:25:17
I am all for cleaning up _unnecessary_ forward dec
|
| #include "core/editing/VisiblePosition.h" |
| #include "platform/geometry/FloatQuad.h" |
| #include "platform/geometry/LayoutRect.h" |