diff options
Diffstat (limited to 'WebCore/svg/SVGFitToViewBox.cpp')
-rw-r--r-- | WebCore/svg/SVGFitToViewBox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFitToViewBox.cpp b/WebCore/svg/SVGFitToViewBox.cpp index 13e4c03..847038c 100644 --- a/WebCore/svg/SVGFitToViewBox.cpp +++ b/WebCore/svg/SVGFitToViewBox.cpp @@ -25,13 +25,14 @@ #if ENABLE(SVG) #include "SVGFitToViewBox.h" -#include "TransformationMatrix.h" #include "Document.h" #include "FloatRect.h" +#include "MappedAttribute.h" #include "SVGNames.h" #include "SVGParserUtilities.h" #include "SVGPreserveAspectRatio.h" #include "StringImpl.h" +#include "TransformationMatrix.h" namespace WebCore { |