Index: third_party/re2/util/util.h |
diff --git a/third_party/re2/util/util.h b/third_party/re2/util/util.h |
index 21439e9755e11cb0198fff254eaefa139a77fccc..a4fdfcc936ac99577b5380216d3fe42f95a37f75 100644 |
--- a/third_party/re2/util/util.h |
+++ b/third_party/re2/util/util.h |
@@ -54,7 +54,7 @@ using std::tr1::unordered_set; |
#else |
#include <unordered_set> |
-#if defined(WIN32) || defined(OS_ANDROID) |
+#if defined(WIN32) || (defined(OS_ANDROID) && !defined(_LIBCPP_ABI_VERSION)) |
using std::tr1::unordered_set; |
#else |
using std::unordered_set; |