Skip to content

Commit e77ee33

Browse files
committed
Add missing include
iterator is required for std::begin and std::end.
1 parent 3cf44fb commit e77ee33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/is_palindrome_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <iostream>
1919
#include <list>
2020
#include <vector>
21+
#include <iterator>
2122

2223

2324
namespace ba = boost::algorithm;

0 commit comments

Comments
 (0)