summaryrefslogtreecommitdiff
path: root/absl/log/internal/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/log/internal/BUILD.bazel')
-rw-r--r--absl/log/internal/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/log/internal/BUILD.bazel b/absl/log/internal/BUILD.bazel
index 08276887..a1f1a67c 100644
--- a/absl/log/internal/BUILD.bazel
+++ b/absl/log/internal/BUILD.bazel
@@ -226,11 +226,13 @@ cc_library(
cc_library(
name = "nullguard",
+ srcs = ["nullguard.cc"],
hdrs = ["nullguard.h"],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
deps = [
"//absl/base:config",
+ "//absl/base:core_headers",
],
)