diff options
Diffstat (limited to 'benchmark/hashmap_build.cpp')
| -rw-r--r-- | benchmark/hashmap_build.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/hashmap_build.cpp b/benchmark/hashmap_build.cpp index 479761728..7d63acb71 100644 --- a/benchmark/hashmap_build.cpp +++ b/benchmark/hashmap_build.cpp @@ -6,6 +6,10 @@ // #include "td/utils/FlatHashMap.h" +#ifdef SCOPE_EXIT +#undef SCOPE_EXIT +#endif + #include <absl/container/flat_hash_map.h> #include <array> #include <folly/container/F14Map.h> |
