Title: [246640] trunk/Source/WebCore
Revision
246640
Author
sbar...@apple.com
Date
2019-06-20 10:35:43 -0700 (Thu, 20 Jun 2019)

Log Message

Unreviewed. Speculative build fix for watchOS after r246631.

* Modules/webgpu/WHLSL/WHLSLVisitor.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (246639 => 246640)


--- trunk/Source/WebCore/ChangeLog	2019-06-20 17:05:19 UTC (rev 246639)
+++ trunk/Source/WebCore/ChangeLog	2019-06-20 17:35:43 UTC (rev 246640)
@@ -1,3 +1,9 @@
+2019-06-20  Saam Barati  <sbar...@apple.com>
+
+        Unreviewed. Speculative build fix for watchOS after r246631.
+
+        * Modules/webgpu/WHLSL/WHLSLVisitor.cpp:
+
 2019-06-18  Darin Adler  <da...@apple.com>
 
         Tidy up the remaining bits of the AtomicString to AtomString rename

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLVisitor.cpp (246639 => 246640)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLVisitor.cpp	2019-06-20 17:05:19 UTC (rev 246639)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLVisitor.cpp	2019-06-20 17:35:43 UTC (rev 246640)
@@ -29,6 +29,7 @@
 #if ENABLE(WEBGPU)
 
 #include "WHLSLAST.h"
+#include "WHLSLProgram.h"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to