Googletest export

Fixing broken OSS build, add missing include

PiperOrigin-RevId: 213812210
This commit is contained in:
misterg 2018-09-20 10:54:59 -04:00 committed by gennadiycivil
parent 2ea9c639a2
commit 323f4ce2f9

View File

@ -100,6 +100,7 @@
#ifndef GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#define GTEST_INCLUDE_GTEST_GTEST_PRINTERS_H_
#include <functional>
#include <ostream> // NOLINT
#include <sstream>
#include <string>