From: Billy Donahue Date: Tue, 8 Sep 2015 06:46:25 +0000 (-0400) Subject: Include to use std::unique_ptr. X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b78f858d0c12cc71d41607b261e3cfd6c6bfa185;p=googletest.git Include to use std::unique_ptr. --- diff --git a/googlemock/test/gmock-internal-utils_test.cc b/googlemock/test/gmock-internal-utils_test.cc index 4f00f0d..9d5ec60 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