diff options
author | Derek Mauro <dmauro@google.com> | 2022-04-25 08:40:42 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2022-04-25 08:41:33 -0700 |
commit | 731689ffc2ad7bb95cc86b5b6160dbe7858f27a0 (patch) | |
tree | 6d7c44c1f4532059c1d60b919c70b91457d80361 /absl/base/log_severity.cc | |
parent | 189074734aa1cf774ba2f6956b90f3f6e5680e8e (diff) | |
download | abseil-731689ffc2ad7bb95cc86b5b6160dbe7858f27a0.tar.gz abseil-731689ffc2ad7bb95cc86b5b6160dbe7858f27a0.tar.bz2 abseil-731689ffc2ad7bb95cc86b5b6160dbe7858f27a0.zip |
Adds ABSL_CONST_INIT to initializing declarations where it is missing
Fixes #1159
PiperOrigin-RevId: 444278141
Change-Id: Iae055fe78b438c31150a9e7601b734f4981f002e
Diffstat (limited to 'absl/base/log_severity.cc')
-rw-r--r-- | absl/base/log_severity.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/log_severity.cc b/absl/base/log_severity.cc index de26b06e..60a8fc1f 100644 --- a/absl/base/log_severity.cc +++ b/absl/base/log_severity.cc @@ -16,6 +16,8 @@ #include <ostream> +#include "absl/base/attributes.h" + namespace absl { ABSL_NAMESPACE_BEGIN |