Title: [247553] trunk/Source/WebCore
Revision
247553
Author
simon.fra...@apple.com
Date
2019-07-17 19:00:06 -0700 (Wed, 17 Jul 2019)

Log Message

Unreviewed build fix after r247549.

* Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (247552 => 247553)


--- trunk/Source/WebCore/ChangeLog	2019-07-18 01:21:25 UTC (rev 247552)
+++ trunk/Source/WebCore/ChangeLog	2019-07-18 02:00:06 UTC (rev 247553)
@@ -1,3 +1,9 @@
+2019-07-17  Simon Fraser  <simon.fra...@apple.com>
+
+        Unreviewed build fix after r247549.
+
+        * Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp:
+
 2019-07-17  Robin Morisset  <rmoris...@apple.com>
 
         [WHLSL] Remove traps from the compiler

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp (247552 => 247553)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp	2019-07-18 01:21:25 UTC (rev 247552)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp	2019-07-18 02:00:06 UTC (rev 247553)
@@ -30,6 +30,7 @@
 
 #include "WHLSLStructureDefinition.h"
 #include "WHLSLTypeDefinition.h"
+#include "WHLSLProgram.h"
 #include "WHLSLTypeReference.h"
 #include "WHLSLVisitor.h"
 #include <wtf/HashSet.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to