From 1644c93a6091ef1bda9f0c258cfae2b21783dba4 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Sat, 18 Jun 2016 22:41:27 +0000 Subject: [PATCH] ICU-12537 RBBI monkey test, add missing #includes, caused compile errors with some configurations. X-SVN-Rev: 38866 --- icu4c/source/test/intltest/rbbimonkeytest.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/icu4c/source/test/intltest/rbbimonkeytest.cpp b/icu4c/source/test/intltest/rbbimonkeytest.cpp index 84c3ff28a44..65eb16fadeb 100644 --- a/icu4c/source/test/intltest/rbbimonkeytest.cpp +++ b/icu4c/source/test/intltest/rbbimonkeytest.cpp @@ -23,8 +23,10 @@ #include "uelement.h" #include "uhash.h" -#include "iostream" -#include "string" +#include +#include +#include +#include using namespace icu; -- 2.40.0