X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..2be6500137966bba13903b24204a44804f9e133a:/icuSources/test/intltest/dadrcoll.h diff --git a/icuSources/test/intltest/dadrcoll.h b/icuSources/test/intltest/dadrcoll.h index c9e99257..29274867 100644 --- a/icuSources/test/intltest/dadrcoll.h +++ b/icuSources/test/intltest/dadrcoll.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 2002-2004, International Business Machines Corporation and + * Copyright (c) 2002-2009, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -15,7 +15,7 @@ #include "unicode/utypes.h" -#if !UCONFIG_NO_COLLATION +#if !UCONFIG_NO_COLLATION && !UCONFIG_NO_FILE_IO #include "tscoll.h" #include "uvector.h" @@ -51,6 +51,7 @@ private: TestDataModule *driver; UErrorCode status; UVector sequences; + RuleBasedCollator *UCA; // needed for opening collators from binary images }; #endif /* #if !UCONFIG_NO_COLLATION */