diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-25 11:53:20 +0200 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-25 11:53:20 +0200 |
commit | 5a9dca458a517f62fc596c57594a02c363c5a3c0 (patch) | |
tree | f410829029244421233b1de8cbbf09fcae4c7d25 /ext/intl/breakiterator/codepointiterator_internal.cpp | |
parent | 77daa3482d5592181560e0e6076c1e3291620e7b (diff) | |
download | php-git-5a9dca458a517f62fc596c57594a02c363c5a3c0.tar.gz |
Fix build error one ext/intl
Diffstat (limited to 'ext/intl/breakiterator/codepointiterator_internal.cpp')
-rw-r--r-- | ext/intl/breakiterator/codepointiterator_internal.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/intl/breakiterator/codepointiterator_internal.cpp b/ext/intl/breakiterator/codepointiterator_internal.cpp index 2dfae1aa4f..e88f2eaf6b 100644 --- a/ext/intl/breakiterator/codepointiterator_internal.cpp +++ b/ext/intl/breakiterator/codepointiterator_internal.cpp @@ -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; -}
\ No newline at end of file +} |