Title: [288115] trunk/Source/_javascript_Core
Revision
288115
Author
ape...@igalia.com
Date
2022-01-18 07:25:32 -0800 (Tue, 18 Jan 2022)

Log Message

Non-unified build fails due to missing header in WasmCalleeGroup.cpp

Unreviewed non-unified build fix.

* wasm/WasmCalleeGroup.cpp: Add missing inclusion of the LinkBuffer.h header.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (288114 => 288115)


--- trunk/Source/_javascript_Core/ChangeLog	2022-01-18 12:28:44 UTC (rev 288114)
+++ trunk/Source/_javascript_Core/ChangeLog	2022-01-18 15:25:32 UTC (rev 288115)
@@ -1,3 +1,11 @@
+2022-01-18  Adrian Perez de Castro  <ape...@igalia.com>
+
+        Non-unified build fails due to missing header in WasmCalleeGroup.cpp
+
+        Unreviewed non-unified build fix.
+
+        * wasm/WasmCalleeGroup.cpp: Add missing inclusion of the LinkBuffer.h header.
+
 2022-01-16  Lauro Moura  <lmo...@igalia.com>
 
         Fix C++20 build warnings with GCC

Modified: trunk/Source/_javascript_Core/wasm/WasmCalleeGroup.cpp (288114 => 288115)


--- trunk/Source/_javascript_Core/wasm/WasmCalleeGroup.cpp	2022-01-18 12:28:44 UTC (rev 288114)
+++ trunk/Source/_javascript_Core/wasm/WasmCalleeGroup.cpp	2022-01-18 15:25:32 UTC (rev 288115)
@@ -28,6 +28,7 @@
 
 #if ENABLE(WEBASSEMBLY)
 
+#include "LinkBuffer.h"
 #include "WasmBBQPlan.h"
 #include "WasmCallee.h"
 #include "WasmLLIntPlan.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to