OSDN Git Service

Merge WebKit at r73109: Initial merge by git.
[android-x86/external-webkit.git] / WebCore / svg / SVGPolylineElement.cpp
index 8bd6d7b..e72173b 100644 (file)
@@ -23,6 +23,8 @@
 #if ENABLE(SVG)
 #include "SVGPolylineElement.h"
 
+#include "Path.h"
+
 namespace WebCore {
 
 inline SVGPolylineElement::SVGPolylineElement(const QualifiedName& tagName, Document* document)