diff --git a/include/cling/std.modulemap b/include/cling/std.modulemap index 713aeaaf..de0db8b1 100644 --- a/include/cling/std.modulemap +++ b/include/cling/std.modulemap @@ -459,6 +459,10 @@ module "std" [system] { export * header "bits/stl_iterator.h" } + module "bits/stl_iterator_base_funcs.h" { + export * + header "bits/stl_iterator_base_funcs.h" + } module "bits/stl_iterator_base_types.h" { export * export bits_stl_algobase_h