From b78f858d0c12cc71d41607b261e3cfd6c6bfa185 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Tue, 8 Sep 2015 02:46:25 -0400 Subject: [PATCH] Include to use std::unique_ptr. --- googlemock/test/gmock-internal-utils_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/googlemock/test/gmock-internal-utils_test.cc b/googlemock/test/gmock-internal-utils_test.cc index 4f00f0d1..9d5ec609 100644 --- a/googlemock/test/gmock-internal-utils_test.cc +++ b/googlemock/test/gmock-internal-utils_test.cc @@ -36,6 +36,7 @@ #include "gmock/internal/gmock-internal-utils.h" #include #include +#include #include #include #include