Index: Source/core/html/HTMLSelectElement.cpp |
diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp |
index e51408a387b6da97b5073a57cd3d6d61c4df28f7..6f0154892de2269fcf66073325311670c0a9d04a 100644 |
--- a/Source/core/html/HTMLSelectElement.cpp |
+++ b/Source/core/html/HTMLSelectElement.cpp |
@@ -32,6 +32,7 @@ |
#include "Attribute.h" |
#include "Chrome.h" |
#include "ChromeClient.h" |
+#include "EventHandler.h" |
#include "EventNames.h" |
#include "ExceptionCodePlaceholder.h" |
#include "FormController.h" |
@@ -48,6 +49,7 @@ |
#include "NodeRenderingContext.h" |
#include "NodeTraversal.h" |
#include "Page.h" |
+#include "PlatformMouseEvent.h" |
#include "RenderListBox.h" |
#include "RenderMenuList.h" |
#include "RenderTheme.h" |