Title: [247378] trunk/Source/WebCore
Revision
247378
Author
justin_...@apple.com
Date
2019-07-11 18:13:31 -0700 (Thu, 11 Jul 2019)

Log Message

Unreviewed build fix.

* Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp: Missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (247377 => 247378)


--- trunk/Source/WebCore/ChangeLog	2019-07-12 01:08:29 UTC (rev 247377)
+++ trunk/Source/WebCore/ChangeLog	2019-07-12 01:13:31 UTC (rev 247378)
@@ -1,3 +1,9 @@
+2019-07-11  Justin Fan  <justin_...@apple.com>
+
+        Unreviewed build fix.
+
+        * Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp: Missing include.
+
 2019-07-11  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         New York font erroneously gets synthetic bold

Modified: trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp (247377 => 247378)


--- trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp	2019-07-12 01:08:29 UTC (rev 247377)
+++ trunk/Source/WebCore/Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp	2019-07-12 01:13:31 UTC (rev 247378)
@@ -30,6 +30,7 @@
 
 #include "WHLSLCallExpression.h"
 #include "WHLSLFunctionDefinition.h"
+#include "WHLSLProgram.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