Unreviewed, fix non-unified build after r288458

Source/JavaScriptCore:

* runtime/DeferredWorkTimer.h:

Source/WebCore:

* fileapi/FileReaderLoaderClient.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@288532 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 0fcb2e8..a905a16 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-24  Diego Pino Garcia  <dpino@igalia.com>
+
+        Unreviewed, fix non-unified build after r288458
+
+        * runtime/DeferredWorkTimer.h:
+
 2022-01-24  Patrick Angle  <pangle@apple.com>
 
         Web Inspector: [Flexbox] Add instrumentation/protocol bits for flex layout containers
diff --git a/Source/JavaScriptCore/runtime/DeferredWorkTimer.h b/Source/JavaScriptCore/runtime/DeferredWorkTimer.h
index 86aad3c..858d47a 100644
--- a/Source/JavaScriptCore/runtime/DeferredWorkTimer.h
+++ b/Source/JavaScriptCore/runtime/DeferredWorkTimer.h
@@ -30,6 +30,7 @@
 #include "Strong.h"
 
 #include <wtf/Deque.h>
+#include <wtf/FixedVector.h>
 #include <wtf/HashSet.h>
 #include <wtf/Lock.h>
 #include <wtf/Vector.h>
diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 2d4ff52..24e69f7 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2022-01-24  Diego Pino Garcia  <dpino@igalia.com>
+
+        Unreviewed, fix non-unified build after r288458
+
+        * fileapi/FileReaderLoaderClient.h:
+
 2022-01-24  Eric Carlson  <eric.carlson@apple.com>
 
         REGRESSION (iOS 15): HTMLAudioElement fails to load new audio when device is locked or safari is in background
diff --git a/Source/WebCore/fileapi/FileReaderLoaderClient.h b/Source/WebCore/fileapi/FileReaderLoaderClient.h
index 0478b55..091e4f7 100644
--- a/Source/WebCore/fileapi/FileReaderLoaderClient.h
+++ b/Source/WebCore/fileapi/FileReaderLoaderClient.h
@@ -31,6 +31,7 @@
 #pragma once
 
 #include "ExceptionCode.h"
+#include "SharedBuffer.h"
 #include <wtf/WeakPtr.h>
 
 namespace WebCore {