summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-cardinalities_test.cc
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-04-20 21:28:27 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-04-20 21:29:09 (GMT)
commita5308bb992c049b16b763f8910da70c208c5cede (patch)
tree788dd92b47d57d18fd0f0a445917e4448eff38a3 /googlemock/test/gmock-cardinalities_test.cc
parent9c1efac2a1b6d836ef35e1dfb87b7addca361afe (diff)
downloadgoogletest-a5308bb992c049b16b763f8910da70c208c5cede.zip
googletest-a5308bb992c049b16b763f8910da70c208c5cede.tar.gz
googletest-a5308bb992c049b16b763f8910da70c208c5cede.tar.bz2
Add missing std includes
PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
Diffstat (limited to 'googlemock/test/gmock-cardinalities_test.cc')
-rw-r--r--googlemock/test/gmock-cardinalities_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/googlemock/test/gmock-cardinalities_test.cc b/googlemock/test/gmock-cardinalities_test.cc
index cdd9956..77196d7 100644
--- a/googlemock/test/gmock-cardinalities_test.cc
+++ b/googlemock/test/gmock-cardinalities_test.cc
@@ -31,6 +31,8 @@
//
// This file tests the built-in cardinalities.
+#include <ostream>
+
#include "gmock/gmock.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"