aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/algorithm/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/algorithm/BUILD.bazel')
-rw-r--r--absl/algorithm/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/algorithm/BUILD.bazel b/absl/algorithm/BUILD.bazel
index 2ee8c09..6a96420 100644
--- a/absl/algorithm/BUILD.bazel
+++ b/absl/algorithm/BUILD.bazel
@@ -31,6 +31,7 @@ cc_library(
hdrs = ["algorithm.h"],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
+ deps = ["//absl/base:config"],
)
cc_test(