| Index: xfa/fwl/core/fwl_gridimp.cpp
|
| diff --git a/xfa/fwl/core/fwl_gridimp.cpp b/xfa/fwl/core/fwl_gridimp.cpp
|
| index b3b8d5aa8dda8ef0be46e5a3ae07234179d06588..a898bea838be1a3dfb966ff86a14eeaebe79bcb5 100644
|
| --- a/xfa/fwl/core/fwl_gridimp.cpp
|
| +++ b/xfa/fwl/core/fwl_gridimp.cpp
|
| @@ -11,6 +11,8 @@
|
| #include "xfa/fwl/core/fwl_targetimp.h"
|
| #include "xfa/fwl/core/fwl_threadimp.h"
|
| #include "xfa/fwl/core/fwl_widgetimp.h"
|
| +#include "xfa/fxgraphics/cfx_color.h"
|
| +#include "xfa/fxgraphics/cfx_path.h"
|
|
|
| // static
|
| IFWL_Grid* IFWL_Grid::Create(const CFWL_WidgetImpProperties& properties) {
|
|
|