diff options
Diffstat (limited to 'core/fxcrt/fx_unicode.h')
-rw-r--r-- | core/fxcrt/fx_unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcrt/fx_unicode.h b/core/fxcrt/fx_unicode.h index 18657bd0e1..b1c1b0dd84 100644 --- a/core/fxcrt/fx_unicode.h +++ b/core/fxcrt/fx_unicode.h @@ -7,7 +7,7 @@ #ifndef CORE_FXCRT_FX_UNICODE_H_ #define CORE_FXCRT_FX_UNICODE_H_ -#include "core/fxcrt/retain_ptr.h" +#include <stdint.h> uint32_t FX_GetUnicodeProperties(wchar_t wch); wchar_t FX_GetMirrorChar(wchar_t wch); |