Skip to content

Commit 00b34af

Browse files
denchatlewissbaker
authored andcommitted
gcc complains using std::invoke
without <functional>
1 parent d83ee93 commit 00b34af

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
@@ -10,6 +10,7 @@
1010
#include <utility>
1111
#include <exception>
1212
#include <iterator>
13+
#include <functional>
1314

1415
namespace cppcoro
1516
{

0 commit comments

Comments
 (0)