Skip to content

Commit f962c19

Browse files
committed
Try to fix CI
1 parent 72240ff commit f962c19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/module.modulemap

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ module std_coroutine [system] {
5959
header "coroutine"
6060
export *
6161
}
62+
module std_debugging [system] {
63+
header "debugging"
64+
export *
65+
}
6266
module std_deque [system] {
6367
header "deque"
6468
export *

0 commit comments

Comments
 (0)