diff options
author | Derek Mauro <dmauro@google.com> | 2024-06-12 08:23:36 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-06-12 08:24:30 -0700 |
commit | 17137c084a3d502277bea803b076894eef06af41 (patch) | |
tree | f989f0b4885bc2309915d8c5df168506841555de /absl/base/CMakeLists.txt | |
parent | 567ebd0540f4e56d125491e71e2727d8ab5458e0 (diff) | |
download | abseil-17137c084a3d502277bea803b076894eef06af41.tar.gz abseil-17137c084a3d502277bea803b076894eef06af41.tar.bz2 abseil-17137c084a3d502277bea803b076894eef06af41.zip |
Add the missing inline namespace to the nullability files
PiperOrigin-RevId: 642621989
Change-Id: I95efa4bd9fe8fe3c449304706401374f851f0fbe
Diffstat (limited to 'absl/base/CMakeLists.txt')
-rw-r--r-- | absl/base/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/CMakeLists.txt b/absl/base/CMakeLists.txt index 09c622ab..e010efec 100644 --- a/absl/base/CMakeLists.txt +++ b/absl/base/CMakeLists.txt @@ -75,6 +75,7 @@ absl_cc_library( SRCS "internal/nullability_impl.h" DEPS + absl::config absl::core_headers absl::type_traits COPTS |