2007-08-14  Jon Honeycutt  <jhoneycutt@apple.com>

        Reviewed by Steve.

        Build fix for Windows.

        * html/HTMLFormElement.cpp:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25080 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 697affa..2f9119a 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,11 @@
+2007-08-14  Jon Honeycutt  <jhoneycutt@apple.com>
+
+        Reviewed by Steve.
+
+        Build fix for Windows.
+
+        * html/HTMLFormElement.cpp:
+
 2007-08-14  George Staikos  <staikos@kde.org>
 
         Only connect the menu signal once.
diff --git a/WebCore/html/HTMLFormElement.cpp b/WebCore/html/HTMLFormElement.cpp
index 37ec1b7..66fd63d 100644
--- a/WebCore/html/HTMLFormElement.cpp
+++ b/WebCore/html/HTMLFormElement.cpp
@@ -42,6 +42,10 @@
 #include "MIMETypeRegistry.h"
 #include "RenderTextControl.h"
 
+#if PLATFORM(WIN_OS)
+#include <shlwapi.h>
+#endif
+
 namespace WebCore {
 
 using namespace EventNames;