Index: third_party/icu/source/i18n/tblcoll.cpp |
=================================================================== |
--- third_party/icu/source/i18n/tblcoll.cpp (revision 74374) |
+++ third_party/icu/source/i18n/tblcoll.cpp (working copy) |
@@ -54,6 +54,10 @@ |
* 01/29/01 synwee Modified into a C++ wrapper calling C APIs (ucol.h) |
*/ |
+#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" |