Skip to content

Commit

Permalink
[GTK][WPE] Fix build error missing Logging.h include
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=266694

Reviewed by Carlos Garcia Campos.

* Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferSetProxy.cpp:

Canonical link: https://commits.webkit.org/272341@main
  • Loading branch information
psaavedra committed Dec 20, 2023
1 parent 7e9e2cf commit 9870e35
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "config.h"
#include "RemoteImageBufferSetProxy.h"

#include "Logging.h"
#include "RemoteImageBufferSetMessages.h"
#include "RemoteRenderingBackendProxy.h"
#include <wtf/SystemTracing.h>
Expand Down

0 comments on commit 9870e35

Please sign in to comment.