Skip to content

Commit 75ab993

Browse files
authored
iterator_category needs <iterator>
1 parent 7ac4be2 commit 75ab993

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/cppcoro/generator.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <type_traits>
1010
#include <utility>
1111
#include <exception>
12+
#include <iterator>
1213

1314
namespace cppcoro
1415
{

0 commit comments

Comments
 (0)