aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc')
-rw-r--r--libstdc++-v3/testsuite/std/ranges/adaptors/elements.cc3
1 files changed, 2 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;