Skip to content

Commit

Permalink
[WPE] Unreviewed, build fix for Ubuntu 20.04 after 271924@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265286

Include 'wpe-platform.h' only if 'ENABLE(WPE_PLATFORM)'.

* Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp:

Canonical link: https://commits.webkit.org/271935@main
  • Loading branch information
dpino committed Dec 12, 2023
1 parent fd9b66e commit a37d393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/WebKit/UIProcess/wpe/WebPageProxyWPE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
#include "InputMethodState.h"
#include "PageClientImpl.h"
#include <WebCore/PlatformEvent.h>

#if ENABLE(WPE_PLATFORM)
#include <wpe/wpe-platform.h>
#endif

#if ENABLE(ACCESSIBILITY)
#include <atk/atk.h>
Expand Down

0 comments on commit a37d393

Please sign in to comment.