Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
b78f858d
Commit
b78f858d
authored
Sep 08, 2015
by
Billy Donahue
Browse files
Include <memory> to use std::unique_ptr.
parent
f19b0600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
googlemock/test/gmock-internal-utils_test.cc
googlemock/test/gmock-internal-utils_test.cc
+1
-0
No files found.
googlemock/test/gmock-internal-utils_test.cc
View file @
b78f858d
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-internal-utils.h"
#include <stdlib.h>
#include <stdlib.h>
#include <map>
#include <map>
#include <memory>
#include <string>
#include <string>
#include <sstream>
#include <sstream>
#include <vector>
#include <vector>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment