From ddec332bdd7dc9a8736f4ac7e33fdf5a6872e367 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 2 Apr 2004 01:41:25 +0000 Subject: [PATCH] ICU-3500 Fix some compiler warnings. X-SVN-Rev: 14842 --- icu4c/source/tools/toolutil/utimer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/tools/toolutil/utimer.h b/icu4c/source/tools/toolutil/utimer.h index be76d4a77ba..27ed4424ba0 100644 --- a/icu4c/source/tools/toolutil/utimer.h +++ b/icu4c/source/tools/toolutil/utimer.h @@ -1,6 +1,6 @@ /* ************************************************************************ -* Copyright (c) 1997-2002, International Business Machines +* Copyright (c) 1997-2004, International Business Machines * Corporation and others. All Rights Reserved. ************************************************************************ */ @@ -11,6 +11,7 @@ #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64) # include #else +# include # include # include #endif