Skip to content

Commit

Permalink
[pdf] 270501@main broke the build
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=264557

Unreviewed build fix.

* Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:

Canonical link: https://commits.webkit.org/270513@main
  • Loading branch information
graouts committed Nov 10, 2023
1 parent 35b96c2 commit eaadafa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
#include <WebCore/LocalFrame.h>
#include <WebCore/Page.h>

#if PLATFORM(IOS_FAMILY)
#import <UIKit/UIColor.h>
#endif

namespace WebKit {
using namespace WebCore;

Expand Down

0 comments on commit eaadafa

Please sign in to comment.