summaryrefslogtreecommitdiff
path: root/i18npool/source/search/textsearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/search/textsearch.hxx')
-rw-r--r--i18npool/source/search/textsearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/search/textsearch.hxx b/i18npool/source/search/textsearch.hxx
index 3b58c00749ab..acc49a00ee5a 100644
--- a/i18npool/source/search/textsearch.hxx
+++ b/i18npool/source/search/textsearch.hxx
@@ -27,6 +27,7 @@
#include <map>
#include <memory>
+#include <unicode/regex.h>
#include <unicode/unistr.h>
#include <unicode/uversion.h>
@@ -34,7 +35,6 @@ namespace com::sun::star::i18n { class XBreakIterator; }
namespace com::sun::star::i18n { class XCharacterClassification; }
namespace com::sun::star::i18n { class XExtendedTransliteration; }
namespace com::sun::star::uno { class XComponentContext; }
-namespace icu_63 { class RegexMatcher; }
using namespace U_ICU_NAMESPACE;