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
pull/1961/head^2
Abseil Team 6 years ago committed by Gennadiy Civil
parent de5be0eb28
commit b18d39bd2e
  1. 1
      googlemock/include/gmock/gmock-matchers.h

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

Loading…
Cancel
Save