summaryrefslogtreecommitdiff
path: root/googlemock/test/gmock-more-actions_test.cc
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-04-20 14:28:27 -0700
committerCopybara-Service <copybara-worker@google.com>2023-04-20 14:29:09 -0700
commita5308bb992c049b16b763f8910da70c208c5cede (patch)
tree788dd92b47d57d18fd0f0a445917e4448eff38a3 /googlemock/test/gmock-more-actions_test.cc
parent9c1efac2a1b6d836ef35e1dfb87b7addca361afe (diff)
downloadgoogletest-git-a5308bb992c049b16b763f8910da70c208c5cede.tar.gz
Add missing std includes
PiperOrigin-RevId: 525850646 Change-Id: I64387f5b933beb79cd05636dca81b7a75213383e
Diffstat (limited to 'googlemock/test/gmock-more-actions_test.cc')
-rw-r--r--googlemock/test/gmock-more-actions_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/googlemock/test/gmock-more-actions_test.cc b/googlemock/test/gmock-more-actions_test.cc
index 866e1aba..ec7aea61 100644
--- a/googlemock/test/gmock-more-actions_test.cc
+++ b/googlemock/test/gmock-more-actions_test.cc
@@ -33,10 +33,14 @@
#include "gmock/gmock-more-actions.h"
+#include <algorithm>
#include <functional>
+#include <iterator>
#include <memory>
#include <sstream>
#include <string>
+#include <tuple>
+#include <vector>
#include "gmock/gmock.h"
#include "gtest/gtest-spi.h"