]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Include <memory> to use std::unique_ptr.
authorBilly Donahue <billydonahue@google.com>
Tue, 8 Sep 2015 06:46:25 +0000 (02:46 -0400)
committerBilly Donahue <billydonahue@google.com>
Tue, 8 Sep 2015 06:46:25 +0000 (02:46 -0400)
googlemock/test/gmock-internal-utils_test.cc

index 4f00f0d1e4c7ada0eb78140d0fd8a1cc6db38283..9d5ec609275ca020aa6e9b3f479114a6f69901f7 100644 (file)
@@ -36,6 +36,7 @@
 #include "gmock/internal/gmock-internal-utils.h"
 #include <stdlib.h>
 #include <map>
+#include <memory>
 #include <string>
 #include <sstream>
 #include <vector>