libstdc++: Add missing header to test
We need to include <iterator> (or one of the containers) to get a definition for std::begin. libstdc++-v3/ChangeLog: * testsuite/25_algorithms/is_permutation/2.cc: Include <iterator>.
This commit is contained in:
parent
901fa4cc27
commit
94311bf347
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
// 25.2.12 [alg.is_permutation] Is permutation
|
||||
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
#include <functional>
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue