From 0adeadd2830211f827fd2908e4621f6a4afa810c Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 16 Jan 2019 15:23:44 -0500 Subject: Googletest export Refactor the `Invoke` and `InvokeWithoutArgs` actions: - Replace pump'd classes and functions with templates. - Make the polymorphic actions be polymorphic functors instead. - Fix Invoke(Callback*) to work with subclasses of the callbacks, instead of trying to diagnose that in gmock_doctor. PiperOrigin-RevId: 229604112 --- googlemock/include/gmock/internal/gmock-internal-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'googlemock/include/gmock/internal/gmock-internal-utils.h') diff --git a/googlemock/include/gmock/internal/gmock-internal-utils.h b/googlemock/include/gmock/internal/gmock-internal-utils.h index 661c8357..093b4653 100644 --- a/googlemock/include/gmock/internal/gmock-internal-utils.h +++ b/googlemock/include/gmock/internal/gmock-internal-utils.h @@ -42,6 +42,7 @@ #include #include // NOLINT #include +#include #include "gmock/internal/gmock-port.h" #include "gtest/gtest.h" -- cgit v1.2.3