diff options
author | Derek Mauro <761129+derekmauro@users.noreply.github.com> | 2018-02-09T16·12-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09T16·12-0500 |
commit | 4f45903993aa8cb23bfc565c245980f6bd704fb0 (patch) | |
tree | 164ee15643c59328fd61f1476ebac48ad2d9d08e /absl/base/internal | |
parent | 282daf63c3f7a897c8d2ca2194852d41fc2edc42 (diff) |
#include "absl/base/attributes.h"
Diffstat (limited to 'absl/base/internal')
-rw-r--r-- | absl/base/internal/raw_logging.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/internal/raw_logging.cc b/absl/base/internal/raw_logging.cc index 473d9f7a0a29..7a32edded4ec 100644 --- a/absl/base/internal/raw_logging.cc +++ b/absl/base/internal/raw_logging.cc @@ -20,6 +20,7 @@ #include <cstdlib> #include <cstring> +#include "absl/base/attributes.h" #include "absl/base/config.h" #include "absl/base/internal/atomic_hook.h" #include "absl/base/log_severity.h" |