File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
llvm/utils/gn/secondary/libcxx/include Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -500,22 +500,27 @@ if (current_toolchain == default_toolchain) {
500
500
" __fwd/array.h" ,
501
501
" __fwd/bit_reference.h" ,
502
502
" __fwd/complex.h" ,
503
+ " __fwd/deque.h" ,
503
504
" __fwd/format.h" ,
504
505
" __fwd/fstream.h" ,
505
506
" __fwd/functional.h" ,
506
507
" __fwd/ios.h" ,
507
508
" __fwd/istream.h" ,
508
509
" __fwd/mdspan.h" ,
510
+ " __fwd/memory.h" ,
509
511
" __fwd/memory_resource.h" ,
510
512
" __fwd/ostream.h" ,
511
513
" __fwd/pair.h" ,
514
+ " __fwd/queue.h" ,
512
515
" __fwd/span.h" ,
513
516
" __fwd/sstream.h" ,
517
+ " __fwd/stack.h" ,
514
518
" __fwd/streambuf.h" ,
515
519
" __fwd/string.h" ,
516
520
" __fwd/string_view.h" ,
517
521
" __fwd/subrange.h" ,
518
522
" __fwd/tuple.h" ,
523
+ " __fwd/vector.h" ,
519
524
" __hash_table" ,
520
525
" __ios/fpos.h" ,
521
526
" __iterator/access.h" ,
You can’t perform that action at this time.
0 commit comments