summaryrefslogtreecommitdiff
path: root/absl/log/internal/test_matchers.cc
diff options
context:
space:
mode:
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"