From fecf2a493be8f07757de71f22ff08e9e2015d873 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Mon, 29 May 2017 23:17:28 +0000 Subject: Add missing 'requires coroutines' to module map git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304180 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/module.modulemap | 1 + 1 file changed, 1 insertion(+) (limited to 'include/module.modulemap') diff --git a/include/module.modulemap b/include/module.modulemap index 462d4234a..98b1870af 100644 --- a/include/module.modulemap +++ b/include/module.modulemap @@ -502,6 +502,7 @@ module std [system] { export * } module coroutine { + requires coroutines header "experimental/coroutine" export * } -- cgit v1.2.3