mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4288 Fix some compiler warnings.
X-SVN-Rev: 17305
This commit is contained in:
parent
933ce2197f
commit
4b417fefd3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue