Index: core/src/fxcrt/fx_unicode.cpp |
diff --git a/core/src/fxcrt/fx_unicode.cpp b/core/src/fxcrt/fx_unicode.cpp |
index 105301e0a87d49b096683e1106406bb6bf5c619e..2e86aec64ca1ebf4d99059e5d3fe26933d988e5e 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); |