Skip to content

Commit

Permalink
Unreviewed, fix the visionOS build after 276475@main
Browse files Browse the repository at this point in the history
rdar://125189906

Add a missing header include for `RuntimeApplicationChecks.h`.

* Source/WebKit/UIProcess/Network/NetworkProcessProxyCocoa.mm:

Canonical link: https://commits.webkit.org/276492@main
  • Loading branch information
whsieh committed Mar 21, 2024
1 parent f34f78a commit b8b6956
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
#import "WebProcessPool.h"
#import "WebProcessProxy.h"
#import "XPCEndpoint.h"
#import <WebCore/RuntimeApplicationChecks.h>
#import <wtf/EnumTraits.h>

#if PLATFORM(IOS_FAMILY)
Expand Down

0 comments on commit b8b6956

Please sign in to comment.