Skip to content

Commit 352768c

Browse files
committed
Fix missing include <iterator>
1 parent dc2149f commit 352768c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

minmax/example/minmax_ex.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <cstdlib>
99
#include <cassert>
1010
#include <iostream>
11+
#include <iterator>
1112

1213
#include <boost/algorithm/minmax.hpp>
1314
#include <boost/algorithm/minmax_element.hpp>

0 commit comments

Comments
 (0)