| Index: fpdfsdk/src/fxedit/fxet_list.cpp
|
| diff --git a/fpdfsdk/src/fxedit/fxet_list.cpp b/fpdfsdk/src/fxedit/fxet_list.cpp
|
| index 313cc481b3e430f765a02eba09aa7d0855e2e1e7..d0daef6f38f83df09b3be2f5202f32e569ec7d0a 100644
|
| --- a/fpdfsdk/src/fxedit/fxet_list.cpp
|
| +++ b/fpdfsdk/src/fxedit/fxet_list.cpp
|
| @@ -4,9 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "fpdfsdk/include/fxedit/fxet_edit.h"
|
| #include "fpdfsdk/include/fxedit/fxet_list.h"
|
|
|
| +#include <string>
|
| +
|
| +#include "fpdfsdk/include/fxedit/fxet_edit.h"
|
| +
|
| CFX_ListItem::CFX_ListItem()
|
| : m_pEdit(NULL),
|
| m_bSelected(FALSE),
|
|
|