aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2018-11-09 12:56:19 -0500
committerGennadiy Civil <misterg@google.com>2018-11-13 09:20:47 -0500
commitb18d39bd2ea2d2b508228a9a1d8ae9f7fba32f78 (patch)
tree5616a9860971863a4ccb34df77bfdebe3a4d4adc /googlemock/include/gmock
parentde5be0eb28b74ecd6335e3bd61d9dc8914ce0e57 (diff)
downloadgoogletest-b18d39bd2ea2d2b508228a9a1d8ae9f7fba32f78.tar.gz
googletest-b18d39bd2ea2d2b508228a9a1d8ae9f7fba32f78.tar.bz2
googletest-b18d39bd2ea2d2b508228a9a1d8ae9f7fba32f78.zip
Googletest export
Include type_traits header ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header. PiperOrigin-RevId: 220818637
Diffstat (limited to 'googlemock/include/gmock')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index 95bc22c5..13f27ae6 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -47,6 +47,7 @@
#include <ostream> // NOLINT
#include <sstream>
#include <string>
+#include <type_traits>
#include <utility>
#include <vector>
#include "gmock/internal/gmock-internal-utils.h"