| Index: fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| diff --git a/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp b/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| index 36064de653125f0a304a6620c9a3688b82883669..18f3d498e7b2d1dd4ff01fea1f9759e7e07dbc24 100644
|
| --- a/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| +++ b/fpdfsdk/src/fpdfxfa/fpdfxfa_doc.cpp
|
| @@ -4,7 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "core/include/fpdfapi/cpdf_array.h"
|
| #include "core/include/fpdfapi/cpdf_document.h"
|
| +#include "core/include/fpdfapi/cpdf_string.h"
|
| #include "fpdfsdk/include/fpdfxfa/fpdfxfa_app.h"
|
| #include "fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h"
|
| #include "fpdfsdk/include/fpdfxfa/fpdfxfa_page.h"
|
|
|