Skip to content

Commit 30e1e29

Browse files
committed
[gn build] Port 9d16cbc
1 parent 9d16cbc commit 30e1e29

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,17 @@ if (current_toolchain == default_toolchain) {
460460
"__functional/unwrap_ref.h",
461461
"__functional/weak_result_type.h",
462462
"__fwd/array.h",
463+
"__fwd/fstream.h",
463464
"__fwd/get.h",
464465
"__fwd/hash.h",
466+
"__fwd/ios.h",
467+
"__fwd/istream.h",
465468
"__fwd/memory_resource.h",
469+
"__fwd/ostream.h",
466470
"__fwd/pair.h",
467471
"__fwd/span.h",
472+
"__fwd/sstream.h",
473+
"__fwd/streambuf.h",
468474
"__fwd/string.h",
469475
"__fwd/string_view.h",
470476
"__fwd/subrange.h",

0 commit comments

Comments
 (0)