From b8864a81e0f7233d9400e53220cfe112583ead13 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 10 Dec 2003 19:42:32 +0000 Subject: [PATCH] ICU-3445 UCONFIG fix. Don't test UCONFIG_* before including ICU headers! X-SVN-Rev: 14078 --- icu4c/source/i18n/olsontz.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/olsontz.cpp b/icu4c/source/i18n/olsontz.cpp index 6901e256200..b864a9b566a 100644 --- a/icu4c/source/i18n/olsontz.cpp +++ b/icu4c/source/i18n/olsontz.cpp @@ -9,9 +9,10 @@ ********************************************************************** */ +#include "olsontz.h" + #if !UCONFIG_NO_FORMATTING -#include "olsontz.h" #include "unicode/ures.h" #include "unicode/simpletz.h" #include "unicode/gregocal.h"