Skip to content

Commit caececc

Browse files
committed
Add missing algorithm include
1 parent 22f2bbd commit caececc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c++/itertools/itertools.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include <iterator>
2121
#include <iostream>
2222
#include <exception>
23+
#include <algorithm>
2324

2425
namespace itertools {
2526

0 commit comments

Comments
 (0)