From 38f6608e8790437063fff2c960609e95f0ead6fe Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 27 Jan 2020 16:00:21 -0500 Subject: Googletest export Add includes for type_traits and utility to gmock-function-mocker.h: macros in the file require these headers. PiperOrigin-RevId: 291782497 --- googlemock/include/gmock/gmock-function-mocker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'googlemock') diff --git a/googlemock/include/gmock/gmock-function-mocker.h b/googlemock/include/gmock/gmock-function-mocker.h index c5291412..77a66330 100644 --- a/googlemock/include/gmock/gmock-function-mocker.h +++ b/googlemock/include/gmock/gmock-function-mocker.h @@ -36,6 +36,9 @@ #ifndef THIRD_PARTY_GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_FUNCTION_MOCKER_H_ // NOLINT #define THIRD_PARTY_GOOGLETEST_GOOGLEMOCK_INCLUDE_GMOCK_INTERNAL_GMOCK_FUNCTION_MOCKER_H_ // NOLINT +#include // IWYU pragma: keep +#include // IWYU pragma: keep + #include "gmock/gmock-generated-function-mockers.h" // NOLINT #include "gmock/internal/gmock-pp.h" -- cgit v1.2.3