Skip to content

Commit

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

Unreviewed build fix.

* Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h:
Add missing include.

Canonical link: https://commits.webkit.org/278729@main
  • Loading branch information
rkirsling committed May 14, 2024
1 parent 27f9caa commit b911d14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/rendering/svg/SVGTextLayoutAttributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <wtf/HashMap.h>
#include <wtf/Noncopyable.h>
#include <wtf/Vector.h>
#include <wtf/WeakRef.h>

namespace WebCore {

Expand Down

0 comments on commit b911d14

Please sign in to comment.