Chromium Code Reviews| Index: third_party/icu/source/common/rbbi.cpp |
| =================================================================== |
| --- third_party/icu/source/common/rbbi.cpp (revision 74374) |
| +++ third_party/icu/source/common/rbbi.cpp (working copy) |
| @@ -10,6 +10,10 @@ |
| // class RuleBasedBreakIterator |
| // |
| +#if defined(_MSC_VER) && defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS |
|
Marc-Antoine Ruel (Google)
2011/02/15 13:48:43
I think
#if defined(_MSC_VER) && _HAS_EXCEPTIONS
|
| +#include <exception> |
| +using std::exception; |
| +#endif |
| #include <typeinfo> // for 'typeid' to work |
| #include "unicode/utypes.h" |