Skip to content

Commit

Permalink
Cherry-pick 266736@main (2419273). https://bugs.webkit.org/show_bug.c…
Browse files Browse the repository at this point in the history
…gi?id=259986

    [PlayStation] Fix build after 266683@main
    https://bugs.webkit.org/show_bug.cgi?id=259986

    Unreviewed build fix

    Add header needed to get OptionSet.

    * Source/WebCore/rendering/style/RenderStyle.h:

    Canonical link: https://commits.webkit.org/266736@main
  • Loading branch information
foopoiuyt authored and carlosgcampos committed Aug 19, 2023
1 parent 02e576e commit a6bfe0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/rendering/style/RenderStyle.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include <unicode/utypes.h>
#include <wtf/DataRef.h>
#include <wtf/OptionSet.h>
#include <wtf/Vector.h>

namespace WebCore {
Expand Down

0 comments on commit a6bfe0f

Please sign in to comment.