diff options
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_internal.h')
-rw-r--r-- | ext/intl/breakiterator/codepointiterator_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/intl/breakiterator/codepointiterator_internal.h b/ext/intl/breakiterator/codepointiterator_internal.h index d34fc0a2c2..d8633516d8 100644 --- a/ext/intl/breakiterator/codepointiterator_internal.h +++ b/ext/intl/breakiterator/codepointiterator_internal.h @@ -18,8 +18,11 @@ #define CODEPOINTITERATOR_INTERNAL_H #include <unicode/brkiter.h> +#include <unicode/unistr.h> using U_ICU_NAMESPACE::BreakIterator; +using U_ICU_NAMESPACE::CharacterIterator; +using U_ICU_NAMESPACE::UnicodeString; namespace PHP { |