| Index: third_party/icu/source/i18n/format.cpp
|
| ===================================================================
|
| --- third_party/icu/source/i18n/format.cpp (revision 74374)
|
| +++ third_party/icu/source/i18n/format.cpp (working copy)
|
| @@ -19,6 +19,10 @@
|
| // This file was generated from the java source file Format.java
|
| // *****************************************************************************
|
|
|
| +#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"
|
|
|