Skip to content

Commit

Permalink
Partially fix PS build after 278995@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274455

Unreviewed build fix.

The majority of this build fix needs to happen outside of WebKit, but either way there's a missing include.

* Source/WebKit/Platform/CoroutineUtilities.h:

Canonical link: https://commits.webkit.org/279044@main
  • Loading branch information
rkirsling committed May 21, 2024
1 parent 71878cc commit 1fc89ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/Platform/CoroutineUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#pragma once

#include <concepts>
#include <wtf/CompletionHandler.h>

#if __has_include(<coroutine>)
Expand Down

0 comments on commit 1fc89ea

Please sign in to comment.