summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
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/include/gtest/internal/gtest-port.h
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/include/gtest/internal/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index d427f71..5d81adb 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -270,6 +270,7 @@
#include <limits>
#include <locale>
#include <memory>
+#include <ostream>
#include <string>
// #include <mutex> // Guarded by GTEST_IS_THREADSAFE below
#include <tuple>