| Index: Source/core/rendering/FixedTableLayout.cpp
|
| diff --git a/Source/core/rendering/FixedTableLayout.cpp b/Source/core/rendering/FixedTableLayout.cpp
|
| index a6b65e934fea3115a2fed23ef724743d80e8d941..ca3961b44a4f544187481e82252619482361a6fd 100644
|
| --- a/Source/core/rendering/FixedTableLayout.cpp
|
| +++ b/Source/core/rendering/FixedTableLayout.cpp
|
| @@ -26,6 +26,7 @@
|
| #include "RenderTableCell.h"
|
| #include "RenderTableCol.h"
|
| #include "RenderTableSection.h"
|
| +#include "core/platform/LayoutUnit.h"
|
|
|
| /*
|
| The text below is from the CSS 2.1 specs.
|
|
|