From 69c28c4beadab0f1de3d0b1039edfb71e5ce5be4 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sun, 12 Sep 2004 23:19:33 +0000 Subject: [PATCH] ICU-4078 Forgot to include uassert.h X-SVN-Rev: 16308 --- icu4c/source/i18n/ucln_in.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/i18n/ucln_in.c b/icu4c/source/i18n/ucln_in.c index 0cdd486f22..086cbba228 100644 --- a/icu4c/source/i18n/ucln_in.c +++ b/icu4c/source/i18n/ucln_in.c @@ -16,6 +16,7 @@ #include "ucln.h" #include "ucln_in.h" +#include "uassert.h" /* Leave this copyright notice here! It needs to go somewhere in this library. */ static const char copyright[] = U_COPYRIGHT_STRING;