Skip to content

Commit

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

Unreviewed build fix.

* Source/WebCore/layout/formattingContexts/block/BlockLayoutState.h:
Add missing include.

Canonical link: https://commits.webkit.org/273807@main
  • Loading branch information
rkirsling committed Jan 31, 2024
1 parent 4de0f48 commit c6972b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

#include "Font.h"
#include "PlacedFloats.h"
#include <algorithm>

namespace WebCore {
namespace Layout {
Expand Down

0 comments on commit c6972b5

Please sign in to comment.