File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ pub(super) fn write(out: &mut OutFile) {
55
55
}
56
56
57
57
if builtin. rust_str {
58
+ include. array = true ;
58
59
include. cstdint = true ;
59
60
include. string = true ;
60
61
builtin. friend_impl = true ;
@@ -64,6 +65,7 @@ pub(super) fn write(out: &mut OutFile) {
64
65
include. algorithm = true ;
65
66
include. array = true ;
66
67
include. cstddef = true ;
68
+ include. cstdint = true ;
67
69
include. initializer_list = true ;
68
70
include. iterator = true ;
69
71
include. new = true ;
@@ -75,7 +77,9 @@ pub(super) fn write(out: &mut OutFile) {
75
77
}
76
78
77
79
if builtin. rust_slice {
80
+ include. array = true ;
78
81
include. cstddef = true ;
82
+ include. cstdint = true ;
79
83
include. iterator = true ;
80
84
include. type_traits = true ;
81
85
builtin. friend_impl = true ;
You can’t perform that action at this time.
0 commit comments