aboutsummaryrefslogtreecommitdiffhomepage
path: root/absl/base/internal/raw_logging.cc
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2018-02-09 11:12:03 -0500
committerGravatar GitHub <noreply@github.com>2018-02-09 11:12:03 -0500
commit4f45903993aa8cb23bfc565c245980f6bd704fb0 (patch)
tree164ee15643c59328fd61f1476ebac48ad2d9d08e /absl/base/internal/raw_logging.cc
parent282daf63c3f7a897c8d2ca2194852d41fc2edc42 (diff)
#include "absl/base/attributes.h"
Diffstat (limited to 'absl/base/internal/raw_logging.cc')
-rw-r--r--absl/base/internal/raw_logging.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/internal/raw_logging.cc b/absl/base/internal/raw_logging.cc
index 473d9f7..7a32edd 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"