mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix build error one ext/intl
This commit is contained in:
parent
77daa3482d
commit
5a9dca458a
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include "codepointiterator_internal.h"
|
||||
#include <unicode/uchriter.h>
|
||||
#include <typeinfo>
|
||||
|
||||
//copied from cmemory.h, which is not public
|
||||
typedef union {
|
||||
|
@ -283,4 +284,4 @@ CodePointBreakIterator &CodePointBreakIterator::refreshInputText(UText *input, U
|
|||
}
|
||||
|
||||
return *this;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue