diff options
Diffstat (limited to 'absl/types/BUILD.bazel')
-rw-r--r-- | absl/types/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/types/BUILD.bazel b/absl/types/BUILD.bazel index feac34b1c9f9..a25487184bc1 100644 --- a/absl/types/BUILD.bazel +++ b/absl/types/BUILD.bazel @@ -173,6 +173,7 @@ cc_test( cc_library( name = "optional", + srcs = ["internal/optional.h"], hdrs = ["optional.h"], copts = ABSL_DEFAULT_COPTS, linkopts = ABSL_DEFAULT_LINKOPTS, |