diff options
Diffstat (limited to 'WebCore/svg/SVGGlyphElement.cpp')
-rw-r--r-- | WebCore/svg/SVGGlyphElement.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGGlyphElement.cpp b/WebCore/svg/SVGGlyphElement.cpp index ebf5dd0..7be0181 100644 --- a/WebCore/svg/SVGGlyphElement.cpp +++ b/WebCore/svg/SVGGlyphElement.cpp @@ -24,9 +24,10 @@ #if ENABLE(SVG_FONTS) #include "SVGGlyphElement.h" +#include "MappedAttribute.h" +#include "SVGFontData.h" #include "SVGFontElement.h" #include "SVGFontFaceElement.h" -#include "SVGFontData.h" #include "SVGNames.h" #include "SVGParserUtilities.h" #include "SimpleFontData.h" |