summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-filepath.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-filepath.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-filepath.h')
-rw-r--r--googletest/include/gtest/internal/gtest-filepath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/googletest/include/gtest/internal/gtest-filepath.h b/googletest/include/gtest/internal/gtest-filepath.h
index ceba8f2..5189c81 100644
--- a/googletest/include/gtest/internal/gtest-filepath.h
+++ b/googletest/include/gtest/internal/gtest-filepath.h
@@ -42,6 +42,8 @@
#ifndef GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
#define GOOGLETEST_INCLUDE_GTEST_INTERNAL_GTEST_FILEPATH_H_
+#include <string>
+
#include "gtest/internal/gtest-port.h"
#include "gtest/internal/gtest-string.h"