diff options
author | Abseil Team <absl-team@google.com> | 2024-06-12 08:13:58 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-06-12 08:14:45 -0700 |
commit | 567ebd0540f4e56d125491e71e2727d8ab5458e0 (patch) | |
tree | ee113945348f45a35b4f236abacf769227632c4d /absl/container/btree_set.h | |
parent | a0889af0a23030e6bb27c6c7241bade7e59cb763 (diff) | |
download | abseil-567ebd0540f4e56d125491e71e2727d8ab5458e0.tar.gz abseil-567ebd0540f4e56d125491e71e2727d8ab5458e0.tar.bz2 abseil-567ebd0540f4e56d125491e71e2727d8ab5458e0.zip |
Add ABSL_INTERNAL_ATTRIBUTE_VIEW and ABSL_INTERNAL_ATTRIBUTE_OWNER attributes to types in Abseil
PiperOrigin-RevId: 642619703
Change-Id: I8d2e423a3c7f40709d0e8c82cac0395c75d601cf
Diffstat (limited to 'absl/container/btree_set.h')
-rw-r--r-- | absl/container/btree_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/container/btree_set.h b/absl/container/btree_set.h index 51dc42b7..97b203a9 100644 --- a/absl/container/btree_set.h +++ b/absl/container/btree_set.h @@ -52,6 +52,7 @@ #ifndef ABSL_CONTAINER_BTREE_SET_H_ #define ABSL_CONTAINER_BTREE_SET_H_ +#include "absl/base/attributes.h" #include "absl/container/internal/btree.h" // IWYU pragma: export #include "absl/container/internal/btree_container.h" // IWYU pragma: export |