Index: Source/core/svg/SVGPathBuilder.cpp |
diff --git a/Source/core/svg/SVGPathBuilder.cpp b/Source/core/svg/SVGPathBuilder.cpp |
index cf73da90d027f25253da5f2fd9c639469608f67a..a9de7c610b400d52f4ee69fe949a4354912f46bc 100644 |
--- a/Source/core/svg/SVGPathBuilder.cpp |
+++ b/Source/core/svg/SVGPathBuilder.cpp |
@@ -22,9 +22,10 @@ |
*/ |
#include "config.h" |
- |
#include "core/svg/SVGPathBuilder.h" |
+#include "core/platform/graphics/Path.h" |
+ |
namespace WebCore { |
SVGPathBuilder::SVGPathBuilder() |