| Index: xfa/src/fgas/src/layout/fx_unicode.cpp
|
| diff --git a/xfa/src/fgas/src/layout/fx_unicode.cpp b/xfa/src/fgas/src/layout/fx_unicode.cpp
|
| index 09beb44063e0ceb79d44d5126ceed21bd0a65c16..ff9876082606c61d696022557835c51206cc6b38 100644
|
| --- a/xfa/src/fgas/src/layout/fx_unicode.cpp
|
| +++ b/xfa/src/fgas/src/layout/fx_unicode.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../fgas_base.h"
|
| +#include "xfa/src/fgas/src/fgas_base.h"
|
| #include "fx_unicode.h"
|
| void FX_TEXTLAYOUT_PieceSort(CFX_TPOArray& tpos, int32_t iStart, int32_t iEnd) {
|
| FXSYS_assert(iStart > -1 && iStart < tpos.GetSize());
|
|
|