Commit b78f858d by Billy Donahue

Include <memory> to use std::unique_ptr.

parent f19b0600
......@@ -36,6 +36,7 @@
#include "gmock/internal/gmock-internal-utils.h"
#include <stdlib.h>
#include <map>
#include <memory>
#include <string>
#include <sstream>
#include <vector>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment