diff options
Diffstat (limited to 'core/include/fxcrt/fx_arb.h')
-rw-r--r-- | core/include/fxcrt/fx_arb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_arb.h b/core/include/fxcrt/fx_arb.h index a1dc231a8d..e61c0cc456 100644 --- a/core/include/fxcrt/fx_arb.h +++ b/core/include/fxcrt/fx_arb.h @@ -6,6 +6,10 @@ #ifndef _FX_ARABIC_ #define _FX_ARABIC_ + +#include "fx_system.h" +#include "fx_ucd.h" + class IFX_ArabicChar; class IFX_BidiChar; #ifdef __cplusplus |