X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/38fbf2fd31f5cd99b500914d6037b1d06b608645..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/test/intltest/winnmtst.cpp diff --git a/icuSources/test/intltest/winnmtst.cpp b/icuSources/test/intltest/winnmtst.cpp index b65ad73d..84fc278c 100644 --- a/icuSources/test/intltest/winnmtst.cpp +++ b/icuSources/test/intltest/winnmtst.cpp @@ -48,6 +48,8 @@ # include # include +#include + #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type)) #define DELETE_ARRAY(array) uprv_free((void *) (array))