aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/std')
-rw-r--r--libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc3
-rw-r--r--libstdc++-v3/testsuite/std/ranges/adaptors/lazy_split.cc1
-rw-r--r--libstdc++-v3/testsuite/std/ranges/adaptors/split.cc1
3 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc b/libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc
index 93a1c6d..30e4e41 100644
--- a/libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc
+++ b/libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc
@@ -20,9 +20,10 @@
#include <algorithm>
#include <ranges>
+#include <tuple>
+#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_iterators.h>
-#include <tuple>
namespace ranges = std::ranges;
namespace views = ranges::views;
diff --git a/libstdc++-v3/testsuite/std/ranges/adaptors/lazy_split.cc b/libstdc++-v3/testsuite/std/ranges/adaptors/lazy_split.cc
index e46f76d..21c0837 100644
--- a/libstdc++-v3/testsuite/std/ranges/adaptors/lazy_split.cc
+++ b/libstdc++-v3/testsuite/std/ranges/adaptors/lazy_split.cc
@@ -22,6 +22,7 @@
#include <ranges>
#include <string>
#include <string_view>
+#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_iterators.h>
diff --git a/libstdc++-v3/testsuite/std/ranges/adaptors/split.cc b/libstdc++-v3/testsuite/std/ranges/adaptors/split.cc
index ca10608..a46f898 100644
--- a/libstdc++-v3/testsuite/std/ranges/adaptors/split.cc
+++ b/libstdc++-v3/testsuite/std/ranges/adaptors/split.cc
@@ -22,6 +22,7 @@
#include <ranges>
#include <string>
#include <string_view>
+#include <vector>
#include <testsuite_hooks.h>
#include <testsuite_iterators.h>