Index: third_party/icu/source/i18n/timezone.cpp |
=================================================================== |
--- third_party/icu/source/i18n/timezone.cpp (revision 74374) |
+++ third_party/icu/source/i18n/timezone.cpp (working copy) |
@@ -35,6 +35,10 @@ |
* available IDs code. Misc. cleanup. |
*********************************************************************************/ |
+#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" |