testsuite: Add missing <vector> header to test

gcc/testsuite/ChangeLog:

	* g++.dg/torture/pr104601.C: Include <vector>.
This commit is contained in:
Jonathan Wakely 2022-03-18 17:45:07 +00:00
parent c7a6a32739
commit a9131a329a
1 changed files with 1 additions and 0 deletions

View File

@ -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,