]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/winnmtst.cpp
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / winnmtst.cpp
index b65ad73dd6240295f5db68b54dfd432c06a6314b..84fc278c129736d3aedb4a8b0367aa02d450df26 100644 (file)
@@ -48,6 +48,8 @@
 #   include <float.h>
 #   include <locale.h>
 
+#include <algorithm>
+
 #define NEW_ARRAY(type,count) (type *) uprv_malloc((count) * sizeof(type))
 #define DELETE_ARRAY(array) uprv_free((void *) (array))