Skip to content

Commit

Permalink
Unreviewed, fix non-unified build
Browse files Browse the repository at this point in the history
* Source/WebKit/WebProcess/WebCoreSupport/WebColorChooser.h: Add missing
  header 'wtf/CheckedPtr.h'.

Canonical link: https://commits.webkit.org/283146@main
  • Loading branch information
dpino committed Sep 4, 2024
1 parent 39a1102 commit 04457e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebKit/WebProcess/WebCoreSupport/WebColorChooser.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#if ENABLE(INPUT_TYPE_COLOR)

#include <WebCore/ColorChooser.h>
#include <wtf/CheckedPtr.h>
#include <wtf/WeakPtr.h>

namespace WebKit {
Expand Down

0 comments on commit 04457e8

Please sign in to comment.