summaryrefslogtreecommitdiffstats
path: root/googletest/src
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@google.com>2023-01-05 16:43:19 (GMT)
committerCopybara-Service <copybara-worker@google.com>2023-01-05 16:44:01 (GMT)
commite5e46b09a10cf0f575dbab2702b72f2460e31964 (patch)
tree600bac3d6bbeccb3b4ceb243507dcf2970c23cf1 /googletest/src
parent0296d7d37007ec54441cb9f8cd001da6ac58eea8 (diff)
downloadgoogletest-e5e46b09a10cf0f575dbab2702b72f2460e31964.zip
googletest-e5e46b09a10cf0f575dbab2702b72f2460e31964.tar.gz
googletest-e5e46b09a10cf0f575dbab2702b72f2460e31964.tar.bz2
IWYU: Add missing std includes
PiperOrigin-RevId: 499893032 Change-Id: I33304802b7c82ae2d008f3ee89df38866e5f57ba
Diffstat (limited to 'googletest/src')
-rw-r--r--googletest/src/gtest-internal-inl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/src/gtest-internal-inl.h b/googletest/src/gtest-internal-inl.h
index ddef4bb..2c9db4f 100644
--- a/googletest/src/gtest-internal-inl.h
+++ b/googletest/src/gtest-internal-inl.h
@@ -44,6 +44,7 @@
#include <algorithm>
#include <cstdint>
#include <memory>
+#include <set>
#include <string>
#include <vector>