| Index: core/src/fpdftext/fpdf_text.cpp
|
| diff --git a/core/src/fpdftext/fpdf_text.cpp b/core/src/fpdftext/fpdf_text.cpp
|
| index 91d0e41b8d5731b9e0870a24bb0a6322c7cb3083..c5e064a60ac8249c8771353fad6c33b89b2a0a29 100644
|
| --- a/core/src/fpdftext/fpdf_text.cpp
|
| +++ b/core/src/fpdftext/fpdf_text.cpp
|
| @@ -7,13 +7,13 @@
|
| #include "../../../third_party/base/nonstd_unique_ptr.h"
|
| #include "../../include/fpdfapi/fpdf_page.h"
|
| #include "../../include/fpdfapi/fpdf_pageobj.h"
|
| +#include "../../include/fpdfapi/fpdf_resource.h"
|
| #include "../../include/fpdftext/fpdf_text.h"
|
| #include "../../include/fxcrt/fx_arb.h"
|
| #include "../../include/fxcrt/fx_ucd.h"
|
| #include "text_int.h"
|
| #include "txtproc.h"
|
|
|
| -extern const FX_CHAR* FCS_GetAltStr(FX_WCHAR);
|
| CFX_ByteString CharFromUnicodeAlt(FX_WCHAR unicode, int destcp, const FX_CHAR* defchar)
|
| {
|
| if (destcp == 0) {
|
|
|