testsuite: Add missing <vector> header to test
gcc/testsuite/ChangeLog: * g++.dg/torture/pr104601.C: Include <vector>.
This commit is contained in:
parent
c7a6a32739
commit
a9131a329a
@ -4,6 +4,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
inline std::optional<int>
|
||||
foo (std::vector<int>::iterator b, std::vector<int>::iterator c,
|
||||
|
Loading…
Reference in New Issue
Block a user