summaryrefslogtreecommitdiff
path: root/googlemock
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-01-05 08:43:19 -0800
committerCopybara-Service <copybara-worker@google.com>2023-01-05 08:44:01 -0800
commite5e46b09a10cf0f575dbab2702b72f2460e31964 (patch)
tree600bac3d6bbeccb3b4ceb243507dcf2970c23cf1 /googlemock
parent0296d7d37007ec54441cb9f8cd001da6ac58eea8 (diff)
downloadgoogletest-git-e5e46b09a10cf0f575dbab2702b72f2460e31964.tar.gz
IWYU: Add missing std includes
PiperOrigin-RevId: 499893032 Change-Id: I33304802b7c82ae2d008f3ee89df38866e5f57ba
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h1
-rw-r--r--googlemock/include/gmock/gmock-spec-builders.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index 73be7c99..9e634f7f 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -258,6 +258,7 @@
#include <algorithm>
#include <cmath>
#include <initializer_list>
+#include <ios>
#include <iterator>
#include <limits>
#include <memory>
diff --git a/googlemock/include/gmock/gmock-spec-builders.h b/googlemock/include/gmock/gmock-spec-builders.h
index c1b725b3..4e498d8f 100644
--- a/googlemock/include/gmock/gmock-spec-builders.h
+++ b/googlemock/include/gmock/gmock-spec-builders.h
@@ -65,6 +65,7 @@
#include <functional>
#include <map>
#include <memory>
+#include <ostream>
#include <set>
#include <sstream>
#include <string>