summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGFitToViewBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGFitToViewBox.cpp')
-rw-r--r--WebCore/svg/SVGFitToViewBox.cpp3
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 {