From 5b7fd63d6d69f1754d5f3be956949484ebac06d5 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 26 Oct 2023 13:14:13 -0700 Subject: [PATCH] Export gmock-spec-builders. gmock.h is the umbrella header to be used for rest of the library, and it also enables users to export certain details. This wasn't working for some interfaces like EXPECT_CALL because gmock-spec-builders wasn't explicitly exported. PiperOrigin-RevId: 576966583 Change-Id: Ie050430cf11384977cd95f4ed6e73235d6857057 --- googlemock/include/gmock/gmock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/googlemock/include/gmock/gmock.h b/googlemock/include/gmock/gmock.h index 2ca4f7ac..c78fb8ee 100644 --- a/googlemock/include/gmock/gmock.h +++ b/googlemock/include/gmock/gmock.h @@ -60,6 +60,7 @@ #include "gmock/gmock-more-actions.h" // IWYU pragma: export #include "gmock/gmock-more-matchers.h" // IWYU pragma: export #include "gmock/gmock-nice-strict.h" // IWYU pragma: export +#include "gmock/gmock-spec-builders.h" // IWYU pragma: export #include "gmock/internal/gmock-internal-utils.h" #include "gmock/internal/gmock-port.h"