Index: include/module.modulemap =================================================================== --- include/module.modulemap +++ include/module.modulemap @@ -137,6 +137,10 @@ */ export * } + module math_h { + header "math.h" + export * + } module codecvt { header "codecvt" export *