Title: [295110] trunk/Source/_javascript_Core/dfg/DFGJITCode.h
Revision
295110
Author
[email protected]
Date
2022-06-01 17:17:14 -0700 (Wed, 01 Jun 2022)

Log Message

Speculative build fix for Mac Catalyst.
https://bugs.webkit.org/show_bug.cgi?id=241206

Unreviewed.

* Source/_javascript_Core/dfg/DFGJITCode.h:

Canonical link: https://commits.webkit.org/251203@main

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/dfg/DFGJITCode.h (295109 => 295110)


--- trunk/Source/_javascript_Core/dfg/DFGJITCode.h	2022-06-02 00:15:58 UTC (rev 295109)
+++ trunk/Source/_javascript_Core/dfg/DFGJITCode.h	2022-06-02 00:17:14 UTC (rev 295110)
@@ -36,6 +36,7 @@
 #include "DFGVariableEventStream.h"
 #include "ExecutionCounter.h"
 #include "JITCode.h"
+#include <wtf/CompactPointerTuple.h>
 #include <wtf/SegmentedVector.h>
 
 namespace JSC {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to