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