commit | 0d381b4c09003fee3d02c97571cd37b90c6f4a36 | [log] [tgz] |
---|---|---|
author | treat@webkit.org <treat@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jul 15 23:02:01 2009 +0000 |
committer | treat@webkit.org <treat@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Wed Jul 15 23:02:01 2009 +0000 |
tree | 55e79224a6ce1041a80fea2a31d2dc3a7c545337 | |
parent | 9f6f6a90a25ac8bfb740ee2971eaf8bdec987a4a [diff] [blame] |
2009-07-15 Adam Treat <adam.treat@torchmobile.com> Fix the Qt build. * html/HTMLAreaElement.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@45955 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/html/HTMLAreaElement.cpp b/WebCore/html/HTMLAreaElement.cpp index 234b020..b878a1a 100644 --- a/WebCore/html/HTMLAreaElement.cpp +++ b/WebCore/html/HTMLAreaElement.cpp
@@ -25,6 +25,7 @@ #include "HTMLNames.h" #include "HitTestResult.h" #include "MappedAttribute.h" +#include "Path.h" #include "RenderObject.h" using namespace std;