Title: [286039] trunk/Source/WebCore
Revision
286039
Author
[email protected]
Date
2021-11-18 16:47:54 -0800 (Thu, 18 Nov 2021)

Log Message

Unreviewed build fix.

* Modules/webxr/XRHandJoint.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286038 => 286039)


--- trunk/Source/WebCore/ChangeLog	2021-11-19 00:12:20 UTC (rev 286038)
+++ trunk/Source/WebCore/ChangeLog	2021-11-19 00:47:54 UTC (rev 286039)
@@ -1,3 +1,9 @@
+2021-11-18  Chris Dumez  <[email protected]>
+
+        Unreviewed build fix.
+
+        * Modules/webxr/XRHandJoint.h:
+
 2021-11-18  Simon Fraser  <[email protected]>
 
         Teach WheelEventTestMonitor about scroll animations

Modified: trunk/Source/WebCore/Modules/webxr/XRHandJoint.h (286038 => 286039)


--- trunk/Source/WebCore/Modules/webxr/XRHandJoint.h	2021-11-19 00:12:20 UTC (rev 286038)
+++ trunk/Source/WebCore/Modules/webxr/XRHandJoint.h	2021-11-19 00:47:54 UTC (rev 286039)
@@ -27,6 +27,8 @@
 
 #if ENABLE(WEBXR) && ENABLE(WEBXR_HANDS)
 
+#include "PlatformXR.h"
+
 namespace WebCore {
 
 using XRHandJoint = PlatformXR::HandJoint;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to