| Index: Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
|
| index cccb7cbc745e9afda2d9ab023744a323c9beae7c..6db20d81da8133cf6c3d0801273700e505cefdc2 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutEngineSpacing.h
|
| @@ -21,6 +21,8 @@
|
| #define SVGTextLayoutEngineSpacing_h
|
|
|
| #include "core/rendering/svg/SVGTextMetrics.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/unicode/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|