summaryrefslogtreecommitdiff
path: root/absl/memory/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/memory/BUILD.bazel')
-rw-r--r--absl/memory/BUILD.bazel5
1 files changed, 4 insertions, 1 deletions
diff --git a/absl/memory/BUILD.bazel b/absl/memory/BUILD.bazel
index 7265693f..d5c62265 100644
--- a/absl/memory/BUILD.bazel
+++ b/absl/memory/BUILD.bazel
@@ -28,7 +28,10 @@ cc_library(
name = "memory",
hdrs = ["memory.h"],
copts = ABSL_DEFAULT_COPTS,
- deps = ["//absl/meta:type_traits"],
+ deps = [
+ "//absl/base:core_headers",
+ "//absl/meta:type_traits",
+ ],
)
cc_test(