Skip to content

Commit 2abf04b

Browse files
authored
Added iterator include (#25)
1 parent 4148c11 commit 2abf04b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/vector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <algorithm>
2525
#include <type_traits>
2626
#include <vector>
27+
#include <iterator>
2728
#include "index_range.h"
2829
#include "optional.h"
2930
#ifdef PARALLEL_ALGORITHM_AVAILABLE

0 commit comments

Comments
 (0)