| Index: Source/core/layout/LayoutBlockFlow.cpp
|
| diff --git a/Source/core/layout/LayoutBlockFlow.cpp b/Source/core/layout/LayoutBlockFlow.cpp
|
| index e6e9e72f29f6aa50948a8e882f97e3f7ab53a795..5db8717e6b202eddd52229c5712db396622496c4 100644
|
| --- a/Source/core/layout/LayoutBlockFlow.cpp
|
| +++ b/Source/core/layout/LayoutBlockFlow.cpp
|
| @@ -47,6 +47,7 @@
|
| #include "core/layout/TextAutosizer.h"
|
| #include "core/layout/line/LineBreaker.h"
|
| #include "core/layout/line/LineWidth.h"
|
| +#include "core/layout/shapes/ShapeOutsideInfo.h"
|
| #include "core/paint/BlockFlowPainter.h"
|
| #include "core/paint/ClipScope.h"
|
| #include "core/paint/DeprecatedPaintLayer.h"
|
|
|