Skip to content

Commit

Permalink
Unreviewed, add missing include to fix iOS build
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=251634
rdar://104978349

* Source/WebCore/platform/ios/PlatformScreenIOS.mm:

Canonical link: https://commits.webkit.org/259783@main
  • Loading branch information
cdumez committed Feb 2, 2023
1 parent 1c9d439 commit d049698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/platform/ios/PlatformScreenIOS.mm
Expand Up @@ -28,6 +28,7 @@

#if PLATFORM(IOS_FAMILY)

#import "DeprecatedGlobalSettings.h"
#import "Device.h"
#import "FloatRect.h"
#import "FloatSize.h"
Expand Down

0 comments on commit d049698

Please sign in to comment.