]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/regextxt.cpp
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / i18n / regextxt.cpp
index 6960dac1b7488fa94302e1e5610c00079d77a9b0..2156756a49141106a631a052616fc5e07fd8f19d 100644 (file)
@@ -1,6 +1,6 @@
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2008-2010, International Business Machines Corporation and
+ * Copyright (c) 2008-2011, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 //
@@ -9,6 +9,7 @@
 //  This file contains utility code for supporting UText in the regular expression engine.
 //
 
+#include "unicode/utf.h"
 #include "regextxt.h"
 
 U_NAMESPACE_BEGIN
@@ -28,7 +29,7 @@ uregex_utext_unescape_charAt(int32_t offset, void *ct) {
         c = UTEXT_NEXT32(context->text);
         context->lastOffset = offset;
     }
-    
+
     // !!!: Doesn't handle characters outside BMP
     if (U_IS_BMP(c)) {
         return (UChar)c;