Googletest export

Include type_traits header

ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header.

PiperOrigin-RevId: 220818637
This commit is contained in:
Abseil Team 2018-11-09 12:56:19 -05:00 committed by Gennadiy Civil
parent de5be0eb28
commit b18d39bd2e

View File

@ -47,6 +47,7 @@
#include <ostream> // NOLINT #include <ostream> // NOLINT
#include <sstream> #include <sstream>
#include <string> #include <string>
#include <type_traits>
#include <utility> #include <utility>
#include <vector> #include <vector>
#include "gmock/internal/gmock-internal-utils.h" #include "gmock/internal/gmock-internal-utils.h"