summaryrefslogtreecommitdiff
path: root/include/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/module.modulemap')
-rw-r--r--include/module.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/module.modulemap b/include/module.modulemap
index 3b66390fb..089505586 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -235,6 +235,10 @@ module std [system] {
export *
}
// No submodule for cassert. It fundamentally needs repeated, textual inclusion.
+ module charconv {
+ header "charconv"
+ export *
+ }
module chrono {
header "chrono"
export *