diff --git a/tcmalloc/internal/CMakeLists.txt b/tcmalloc/internal/CMakeLists.txt index 02c25ed0a..d72ccea69 100644 --- a/tcmalloc/internal/CMakeLists.txt +++ b/tcmalloc/internal/CMakeLists.txt @@ -1252,6 +1252,8 @@ tcmalloc_cc_test( tcmalloc_internal_range_tracker_fuzz_test SRCS "range_tracker_fuzz.cc" + COPTS + $<$:-fbracket-depth=512> DEPS "GTest::gtest" "GTest::gmock" diff --git a/tcmalloc/testing/testutil.h b/tcmalloc/testing/testutil.h index 9de307090..ebfbd6633 100644 --- a/tcmalloc/testing/testutil.h +++ b/tcmalloc/testing/testutil.h @@ -26,7 +26,6 @@ #include #include -#include "benchmark/benchmark.h" #include "absl/base/attributes.h" #include "absl/strings/match.h" #include "absl/time/clock.h"