Add missing 'requires coroutines' to module map

llvm-svn: 304180
This commit is contained in:
Eric Fiselier 2017-05-29 23:17:28 +00:00
parent 9375a25342
commit a607ba6134
1 changed files with 1 additions and 0 deletions

View File

@ -502,6 +502,7 @@ module std [system] {
export *
}
module coroutine {
requires coroutines
header "experimental/coroutine"
export *
}