| Index: xfa/src/fwl/src/lightwidget/combobox.cpp
|
| diff --git a/xfa/src/fwl/src/lightwidget/combobox.cpp b/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| index e6c0160b34d604afd0466a83801f0367a7c4c95d..1d5844b56da4aa56e14aca3affbb9e01a7c89b4e 100644
|
| --- a/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| +++ b/xfa/src/fwl/src/lightwidget/combobox.cpp
|
| @@ -4,8 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "xfa/include/fwl/lightwidget/combobox.h"
|
| +
|
| #include <utility>
|
|
|
| +#include "xfa/include/fwl/core/fwl_error.h"
|
| +#include "xfa/include/fwl/core/fwl_widget.h"
|
| #include "xfa/src/foxitlib.h"
|
|
|
| CFWL_ComboBox* CFWL_ComboBox::Create() {
|
|
|