From f626103f562abfcbddb690835e5911ffc98a6a63 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 10 Dec 2003 19:45:03 +0000 Subject: [PATCH] ICU-3445 uconfig X-SVN-Rev: 14079 --- icu4c/source/test/intltest/intltest.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/test/intltest/intltest.h b/icu4c/source/test/intltest/intltest.h index d53655e3b43..0e43024fac7 100644 --- a/icu4c/source/test/intltest/intltest.h +++ b/icu4c/source/test/intltest/intltest.h @@ -11,7 +11,9 @@ #ifndef _INTLTEST #define _INTLTEST -// The following includes utypes.h, uobject.h and unistr.h +#include "unicode/utypes.h" +#include "unicode/uobject.h" +#include "unicode/unistr.h" #include "unicode/fmtable.h" U_NAMESPACE_USE