Skip to content

Commit 1403cf6

Browse files
committed
[gn build] Port 316634f
1 parent 131be5d commit 1403cf6

File tree

1 file changed

+5
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+5
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,22 +500,27 @@ if (current_toolchain == default_toolchain) {
500500
"__fwd/array.h",
501501
"__fwd/bit_reference.h",
502502
"__fwd/complex.h",
503+
"__fwd/deque.h",
503504
"__fwd/format.h",
504505
"__fwd/fstream.h",
505506
"__fwd/functional.h",
506507
"__fwd/ios.h",
507508
"__fwd/istream.h",
508509
"__fwd/mdspan.h",
510+
"__fwd/memory.h",
509511
"__fwd/memory_resource.h",
510512
"__fwd/ostream.h",
511513
"__fwd/pair.h",
514+
"__fwd/queue.h",
512515
"__fwd/span.h",
513516
"__fwd/sstream.h",
517+
"__fwd/stack.h",
514518
"__fwd/streambuf.h",
515519
"__fwd/string.h",
516520
"__fwd/string_view.h",
517521
"__fwd/subrange.h",
518522
"__fwd/tuple.h",
523+
"__fwd/vector.h",
519524
"__hash_table",
520525
"__ios/fpos.h",
521526
"__iterator/access.h",

0 commit comments

Comments
 (0)