From 1e90e8e1b8588eb1fe2cd090c1a6c0396f5f5434 Mon Sep 17 00:00:00 2001 From: stoorx Date: Fri, 11 Jul 2025 21:39:13 +0300 Subject: [PATCH] Explicitly include header due to build fail on MSVC --- googletest/include/gtest/gtest-param-test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/googletest/include/gtest/gtest-param-test.h b/googletest/include/gtest/gtest-param-test.h index 5565f3468..dc38559f7 100644 --- a/googletest/include/gtest/gtest-param-test.h +++ b/googletest/include/gtest/gtest-param-test.h @@ -174,6 +174,7 @@ TEST_P(DerivedTest, DoesBlah) { #endif // 0 +#include #include #include #include