From: Jonathan Wakely Date: Fri, 1 Nov 2024 16:09:02 +0000 (+0000) Subject: libstdc++: Add missing header to unordered_set/pr115285.cc test X-Git-Tag: basepoints/gcc-16~4714 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a51d220377ab8117305567e888a942d127ef6a48;p=thirdparty%2Fgcc.git libstdc++: Add missing header to unordered_set/pr115285.cc test libstdc++-v3/ChangeLog: * testsuite/23_containers/unordered_set/pr115285.cc: Include missing header for std::vector. --- diff --git a/libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc b/libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc index 6c5cc24930ce..85954aed74b5 100644 --- a/libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc +++ b/libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc @@ -2,8 +2,9 @@ // libstdc++/115285 -#include #include +#include +#include #include