From b18d39bd2ea2d2b508228a9a1d8ae9f7fba32f78 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 9 Nov 2018 12:56:19 -0500 Subject: 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 --- googlemock/include/gmock/gmock-matchers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'googlemock/include/gmock') 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 // NOLINT #include #include +#include #include #include #include "gmock/internal/gmock-internal-utils.h" -- cgit v1.2.3