Skip to content

Commit

Permalink
Fix PlayStation build following 287449@main
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=284222

Unreviewed build fix.

* Source/WebCore/dom/AbstractRange.h:
Add missing include.

Canonical link: https://commits.webkit.org/287500@main
  • Loading branch information
rkirsling committed Dec 7, 2024
1 parent b17d39f commit d53ea6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/dom/AbstractRange.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#pragma once

#include <optional>
#include <wtf/Ref.h>
#include <wtf/RefCounted.h>

Expand Down

0 comments on commit d53ea6f

Please sign in to comment.