Skip to content

Commit f6139af

Browse files
committed
fix include required for g++-10.2
1 parent a87e97f commit f6139af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cppcoro/detail/when_all_task.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include <experimental/coroutine>
1414
#include <cassert>
15+
#include <exception>
1516

1617
namespace cppcoro
1718
{

0 commit comments

Comments
 (0)