libstdc++-v3/ChangeLog:
* testsuite/23_containers/priority_queue/cons_from_range.cc:
Add `#include <algorithm>.
* testsuite/23_containers/priority_queue/members/push_range.cc:
Add `#include <algorithm>.
// { dg-do run { target c++23 } }
+#include <algorithm>
#include <queue>
#include <ranges>
#include <span>
// { dg-do run { target c++23 } }
+#include <algorithm>
#include <queue>
#include <ranges>
#include <span>