| Index: third_party/icu/source/test/intltest/rbbitst.cpp
|
| ===================================================================
|
| --- third_party/icu/source/test/intltest/rbbitst.cpp (revision 74374)
|
| +++ third_party/icu/source/test/intltest/rbbitst.cpp (working copy)
|
| @@ -9,6 +9,10 @@
|
| * 01/12/2000 Madhu Updated for changed API and added new tests
|
| ************************************************************************/
|
|
|
| +#if defined(_MSC_VER) && defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS
|
| +#include <exception>
|
| +using std::exception;
|
| +#endif
|
| #include <typeinfo> // for 'typeid' to work
|
|
|
| #include "unicode/utypes.h"
|
|
|