ICU-4288 Fix some compiler warnings.

X-SVN-Rev: 17305
This commit is contained in:
George Rhoten 2005-03-09 16:27:42 +00:00
parent 933ce2197f
commit 4b417fefd3

View file

@ -27,7 +27,7 @@
#if U_IOSTREAM_SOURCE >= 199711
#include <iostream>
#ifdef U_LINUX
#if defined(U_LINUX) || defined(U_CYGWIN)
#define USE_SSTREAM 1
#include <sstream>
#else