From: Michael Ow Date: Thu, 17 May 2012 21:50:52 +0000 (+0000) Subject: ICU-9326 Fix missing header file. X-Git-Tag: milestone-59-0-1~3816 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=299d550e5dd5790245a17a6fec939e23e09d3089;p=icu ICU-9326 Fix missing header file. X-SVN-Rev: 31831 --- diff --git a/icu4c/source/tools/toolutil/pkg_icu.h b/icu4c/source/tools/toolutil/pkg_icu.h index 7b652cd8997..1fa87c9bc73 100644 --- a/icu4c/source/tools/toolutil/pkg_icu.h +++ b/icu4c/source/tools/toolutil/pkg_icu.h @@ -8,6 +8,7 @@ #define __PKG_ICU_H__ #include "unicode/utypes.h" +#include "package.h" #define U_PKG_RESERVED_CHARS "\"%&'()*+,-./:;<=>?_"