| Index: core/src/fxcrt/fx_unicode.cpp
|
| diff --git a/core/src/fxcrt/fx_unicode.cpp b/core/src/fxcrt/fx_unicode.cpp
|
| index c7ab618200debe2702810979248c267c4615801e..4fd0bc58a6a8015ddb0300b24d40704446a3d223 100644
|
| --- a/core/src/fxcrt/fx_unicode.cpp
|
| +++ b/core/src/fxcrt/fx_unicode.cpp
|
| @@ -4,7 +4,7 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../include/fxcrt/fx_ucd.h"
|
| +#include "core/include/fxcrt/fx_ucd.h"
|
|
|
| FX_DWORD FX_GetUnicodeProperties(FX_WCHAR wch) {
|
| size_t idx = static_cast<size_t>(wch);
|
|
|