mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Include <memory> to use std::unique_ptr.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "gmock/internal/gmock-internal-utils.h"
|
||||
#include <stdlib.h>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user