Index: third_party/icu/source/i18n/currunit.cpp |
=================================================================== |
--- third_party/icu/source/i18n/currunit.cpp (revision 74374) |
+++ third_party/icu/source/i18n/currunit.cpp (working copy) |
@@ -8,6 +8,10 @@ |
* Since: ICU 3.0 |
********************************************************************** |
*/ |
+#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" |