#ifndef USTREAM_H
#define USTREAM_H
+#include "unicode/utypes.h"
+
+#if U_SHOW_CPLUSPLUS_API
+
#include "unicode/unistr.h"
#if !UCONFIG_NO_CONVERSION // not available without conversion
#include <iostream>
-#if U_SHOW_CPLUSPLUS_API
U_NAMESPACE_BEGIN
/**
*/
U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
U_NAMESPACE_END
-#endif // U_SHOW_CPLUSPLUS_API
#endif
/* No operator for UChar because it can conflict with wchar_t */
+#endif /* U_SHOW_CPLUSPLUS_API */
+
#endif