[WPE] Unreviewed, fix non-unified build after r288640
https://bugs.webkit.org/show_bug.cgi?id=235682


* bindings/js/JSDOMMicrotask.cpp: Add missing header.


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@288663 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 7dd4ce3..466aeab 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,10 @@
+2022-01-26  Diego Pino Garcia  <dpino@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r288640
+        https://bugs.webkit.org/show_bug.cgi?id=235682
+
+        * bindings/js/JSDOMMicrotask.cpp: Add missing header.
+
 2022-01-26  Per Arne Vollan  <pvollan@apple.com>
 
         [WP] Avoid calling IOSurfaceAlignProperty
diff --git a/Source/WebCore/bindings/js/JSDOMMicrotask.cpp b/Source/WebCore/bindings/js/JSDOMMicrotask.cpp
index ff0b10d..b8fd2d4 100644
--- a/Source/WebCore/bindings/js/JSDOMMicrotask.cpp
+++ b/Source/WebCore/bindings/js/JSDOMMicrotask.cpp
@@ -28,6 +28,7 @@
 
 #include "JSDOMExceptionHandling.h"
 #include "JSExecState.h"
+#include "ScriptExecutionContext.h"
 #include <JavaScriptCore/Debugger.h>
 #include <JavaScriptCore/JSGlobalObject.h>
 #include <JavaScriptCore/JSObjectInlines.h>