Gardening: Windows build fix.

Not reviewed.

* runtime/Options.cpp:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@231077 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 41d8c24..1cc49cf 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,11 @@
+2018-04-26  Mark Lam  <mark.lam@apple.com>
+
+        Gardening: Windows build fix.
+
+        Not reviewed.
+
+        * runtime/Options.cpp:
+
 2018-04-26  Jer Noble  <jer.noble@apple.com>
 
         WK_COCOA_TOUCH all the things.
diff --git a/Source/JavaScriptCore/runtime/Options.cpp b/Source/JavaScriptCore/runtime/Options.cpp
index 3c86123..df98220 100644
--- a/Source/JavaScriptCore/runtime/Options.cpp
+++ b/Source/JavaScriptCore/runtime/Options.cpp
@@ -49,7 +49,7 @@
 #endif
 
 #if OS(WINDOWS)
-#include "MacroAssemblerX86.h"
+#include "MacroAssembler.h"
 #endif
 
 namespace JSC {