Chromium Code Reviews| Index: third_party/icu/source/common/uchriter.cpp |
| =================================================================== |
| --- third_party/icu/source/common/uchriter.cpp (revision 74374) |
| +++ third_party/icu/source/common/uchriter.cpp (working copy) |
| @@ -5,6 +5,10 @@ |
| ****************************************************************************** |
| */ |
| +#if defined(_MSC_VER) && defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS |
| +#include <exception> |
| +using std::exception; |
| +#endif |
| #include <typeinfo> // for 'typeid' to work |
| #include "unicode/uchriter.h" |