| Index: core/src/fxge/ge/fx_ge_fontmap.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_fontmap.cpp b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| index be71f6bfac18f8142bc62f98499aac22819e754c..f624d5abd6ef0e11c59994403661434f7d9093b2 100644
|
| --- a/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_fontmap.cpp
|
| @@ -10,7 +10,7 @@
|
| #include "core/include/fxge/fx_freetype.h"
|
| #include "core/include/fxge/fx_ge.h"
|
| #include "core/src/fxge/fontdata/chromefontdata/chromefontdata.h"
|
| -#include "core/src/fxge/ge/text_int.h"
|
| +#include "core/src/fxge/ge/fx_text_int.h"
|
| #include "third_party/base/stl_util.h"
|
|
|
| #define GET_TT_SHORT(w) (FX_WORD)(((w)[0] << 8) | (w)[1])
|
|
|