diff options
author | Tom Hughes <tomhughes@google.com> | 2023-01-05 16:43:19 (GMT) |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-01-05 16:44:01 (GMT) |
commit | e5e46b09a10cf0f575dbab2702b72f2460e31964 (patch) | |
tree | 600bac3d6bbeccb3b4ceb243507dcf2970c23cf1 /googletest/src | |
parent | 0296d7d37007ec54441cb9f8cd001da6ac58eea8 (diff) | |
download | googletest-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.h | 1 |
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> |