Chromium Code Reviews| Index: fpdfsdk/include/fxedit/fxet_list.h |
| diff --git a/fpdfsdk/include/fxedit/fxet_list.h b/fpdfsdk/include/fxedit/fxet_list.h |
| index a02cd8a45e00d92ed67be10c76a16c263005d224..62f38b8a488fd7a8f96f62b12b622c136fceee32 100644 |
| --- a/fpdfsdk/include/fxedit/fxet_list.h |
| +++ b/fpdfsdk/include/fxedit/fxet_list.h |
| @@ -7,7 +7,9 @@ |
| #ifndef FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_ |
| #define FPDFSDK_INCLUDE_FXEDIT_FXET_LIST_H_ |
| -#include "core/include/fpdfapi/fpdf_parser.h" // For CFX_FloatPoint. |
| +#include <string> |
|
Tom Sepez
2016/03/08 19:27:05
*
dsinclair
2016/03/08 21:08:02
Done.
|
| + |
| +#include "core/include/fpdfapi/fpdf_parser.h" |
| #include "fpdfsdk/include/fxedit/fx_edit.h" |
| class IFX_Edit; |