| Index: xfa/src/fwl/src/lightwidget/edit.cpp
|
| diff --git a/xfa/src/fwl/src/lightwidget/edit.cpp b/xfa/src/fwl/src/lightwidget/edit.cpp
|
| index f7667cb3a913461f101131db2428086d6396b797..661428622d6ca512b222ba70ad2bc644f7e6274e 100644
|
| --- a/xfa/src/fwl/src/lightwidget/edit.cpp
|
| +++ b/xfa/src/fwl/src/lightwidget/edit.cpp
|
| @@ -4,8 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/include/fwl/lightwidget/edit.h"
|
| +
|
| #include <memory>
|
|
|
| +#include "xfa/include/fwl/basewidget/fwl_edit.h"
|
| #include "xfa/src/foxitlib.h"
|
|
|
| CFWL_Edit* CFWL_Edit::Create() {
|
|
|