Chromium Code Reviews

Unified Diff: third_party/icu/source/i18n/rbtz.cpp

Issue 6484008: Enable RTTI for ICU.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « third_party/icu/source/i18n/rbnf.cpp ('k') | third_party/icu/source/i18n/selfmt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu/source/i18n/rbtz.cpp
===================================================================
--- third_party/icu/source/i18n/rbtz.cpp (revision 75010)
+++ third_party/icu/source/i18n/rbtz.cpp (working copy)
@@ -5,7 +5,7 @@
*******************************************************************************
*/
-#include <typeinfo> // for 'typeid' to work
+#include "unicode/utypeinfo.h" // for 'typeid' to work
#include "unicode/utypes.h"
« no previous file with comments | « third_party/icu/source/i18n/rbnf.cpp ('k') | third_party/icu/source/i18n/selfmt.cpp » ('j') | no next file with comments »

Powered by Google App Engine