Merge pull request #124 from denchat/patch-9

iterator_category needs <iterator>
This commit is contained in:
Lewis Baker 2019-09-03 07:12:56 -07:00 committed by GitHub
commit 0999379bb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
#include <type_traits>
#include <utility>
#include <exception>
#include <iterator>
namespace cppcoro
{