| Index: Source/core/svg/SVGFontData.cpp
|
| diff --git a/Source/core/svg/SVGFontData.cpp b/Source/core/svg/SVGFontData.cpp
|
| index 2dcf9f831f59c66a53fe907c40fceeef6ece5302..dd42396077f6791715b05ac3648105f39dc9b49c 100644
|
| --- a/Source/core/svg/SVGFontData.cpp
|
| +++ b/Source/core/svg/SVGFontData.cpp
|
| @@ -31,6 +31,8 @@
|
| #include "core/rendering/svg/SVGTextRunRenderingContext.h"
|
| #include "core/svg/SVGAltGlyphElement.h"
|
| #include "core/svg/SVGFontElement.h"
|
| +#include "core/svg/SVGFontFaceElement.h"
|
| +#include "core/svg/SVGGlyphElement.h"
|
| #include <wtf/text/StringBuilder.h>
|
| #include <wtf/unicode/CharacterNames.h>
|
| #include <wtf/unicode/Unicode.h>
|
|
|