Index: third_party/re2/util/util.h |
diff --git a/third_party/re2/util/util.h b/third_party/re2/util/util.h |
index 83504454b28c40c38dd8c4ac79f8d1782697904a..21439e9755e11cb0198fff254eaefa139a77fccc 100644 |
--- a/third_party/re2/util/util.h |
+++ b/third_party/re2/util/util.h |
@@ -46,8 +46,7 @@ using std::sort; |
using std::swap; |
using std::make_pair; |
-#if defined(__GNUC__) && !defined(USE_CXX0X) && !defined(OS_ANDROID) && \ |
- !defined(_LIBCPP_ABI_VERSION) |
+#if defined(__GNUC__) && !defined(USE_CXX0X) && !defined(_LIBCPP_ABI_VERSION) && !defined(OS_ANDROID) |
Nico
2015/04/22 23:48:28
ugh, rsc merged this bit too? That doesn't make se
tfarina
2015/04/22 23:57:51
Yep, it is all there. :/
https://code.googlesourc
|
#include <tr1/unordered_set> |
using std::tr1::unordered_set; |