aboutsummaryrefslogtreecommitdiff
path: root/absl/log/internal/test_matchers.cc
diff options
context:
space:
mode:
authorAndy Getzendanner <durandal@google.com>2022-11-03 18:18:19 -0700
committerCopybara-Service <copybara-worker@google.com>2022-11-03 18:19:13 -0700
commit32e928d29c5edb8a196e876d71a4bb124bff9de2 (patch)
tree1581d7889f37def1e948802b07402a0590f8eb3c /absl/log/internal/test_matchers.cc
parent4a98f786820f72ff7483c46d14fe85f3310f1272 (diff)
downloadabseil-32e928d29c5edb8a196e876d71a4bb124bff9de2.tar.gz
abseil-32e928d29c5edb8a196e876d71a4bb124bff9de2.tar.bz2
abseil-32e928d29c5edb8a196e876d71a4bb124bff9de2.zip
Small cleanups in logging test helpers
PiperOrigin-RevId: 486023797 Change-Id: I0b82754fd40c2d6fb451f304aaf1d795eed8d009
Diffstat (limited to 'absl/log/internal/test_matchers.cc')
-rw-r--r--absl/log/internal/test_matchers.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/log/internal/test_matchers.cc b/absl/log/internal/test_matchers.cc
index ee32617b..10f4111f 100644
--- a/absl/log/internal/test_matchers.cc
+++ b/absl/log/internal/test_matchers.cc
@@ -17,10 +17,12 @@
#include <sstream>
#include <string>
+#include <type_traits>
#include <utility>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
+#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/log/internal/config.h"
#include "absl/log/internal/test_helpers.h"