Skip to content

Commit

Permalink
Cherry-pick 1bfeac2. rdar://126479653
Browse files Browse the repository at this point in the history
    Compile fix after <https://commits.webkit.org/277509@main>
    https://bugs.webkit.org/show_bug.cgi?id=272824
    rdar://126479653

    Unreviewed compile fix.

    * Source/WebKit/Platform/cocoa/XPCUtilities.mm:

    Canonical link: https://commits.webkit.org/277621@main
  • Loading branch information
pvollan authored and Mohsin Qureshi committed Apr 17, 2024
1 parent d7e2f94 commit 66b2665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/WebKit/Platform/cocoa/XPCUtilities.mm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
#include "config.h"
#include "XPCUtilities.h"

#include "Logging.h"
#include <wtf/OSObjectPtr.h>
#include <wtf/WTFProcess.h>
#include <wtf/text/ASCIILiteral.h>

namespace WebKit {

Expand Down

0 comments on commit 66b2665

Please sign in to comment.