diff --git a/utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP/BUILD.bazel index 96dafbc6da48..723ba2eb0093 100644 --- a/utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/test/src/__support/CPP/BUILD.bazel @@ -93,5 +93,8 @@ libc_test( libc_test( name = "type_traits_test", srcs = ["type_traits_test.cpp"], - deps = ["//libc:__support_cpp_type_traits"], + deps = [ + "//libc:__support_cpp_type_traits", + "//libc:llvm_libc_macros_stdfix_macros", + ], )