Title: [272653] trunk/Source/WebCore
Revision
272653
Author
cdu...@apple.com
Date
2021-02-10 07:46:06 -0800 (Wed, 10 Feb 2021)

Log Message

Unreviewed build fix.

Add missing header include.

* platform/gamepad/mac/GenericHIDGamepad.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (272652 => 272653)


--- trunk/Source/WebCore/ChangeLog	2021-02-10 15:44:08 UTC (rev 272652)
+++ trunk/Source/WebCore/ChangeLog	2021-02-10 15:46:06 UTC (rev 272653)
@@ -1,3 +1,11 @@
+2021-02-10  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed build fix.
+
+        Add missing header include.
+
+        * platform/gamepad/mac/GenericHIDGamepad.cpp:
+
 2021-02-10  Myles C. Maxfield  <mmaxfi...@apple.com>
 
         REGRESSION(r263255): Text styles without an explicit language tag do not honor the system language

Modified: trunk/Source/WebCore/platform/gamepad/mac/GenericHIDGamepad.cpp (272652 => 272653)


--- trunk/Source/WebCore/platform/gamepad/mac/GenericHIDGamepad.cpp	2021-02-10 15:44:08 UTC (rev 272652)
+++ trunk/Source/WebCore/platform/gamepad/mac/GenericHIDGamepad.cpp	2021-02-10 15:46:06 UTC (rev 272653)
@@ -28,6 +28,7 @@
 
 #if ENABLE(GAMEPAD) && PLATFORM(MAC)
 
+#include "Logging.h"
 #include <IOKit/hid/IOHIDUsageTables.h>
 #include <wtf/HexNumber.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to