Index: Source/core/layout/svg/SVGTextLayoutEngine.cpp |
diff --git a/Source/core/layout/svg/SVGTextLayoutEngine.cpp b/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
index f2aa6615a4edd072657558cfe4a04f0567e0a045..1cc13fb742e36c5ae033fa9173f2b1bfba52a599 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
+++ b/Source/core/layout/svg/SVGTextLayoutEngine.cpp |
@@ -18,7 +18,6 @@ |
*/ |
#include "config.h" |
- |
#include "core/layout/svg/SVGTextLayoutEngine.h" |
#include "core/layout/svg/LayoutSVGInlineText.h" |
@@ -28,6 +27,7 @@ |
#include "core/layout/svg/line/SVGInlineTextBox.h" |
#include "core/svg/SVGElement.h" |
#include "core/svg/SVGLengthContext.h" |
+#include "core/svg/SVGTextContentElement.h" |
// Set to a value > 0 to dump the text fragments |
#define DUMP_TEXT_FRAGMENTS 0 |