Skip to content

Commit 619a938

Browse files
committed
Fixed transitive includes
1 parent 8f71d25 commit 619a938

File tree

7 files changed

+11
-0
lines changed

7 files changed

+11
-0
lines changed

libcxx/test/libcxx/transitive_includes/cxx03.csv

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ sstream cstddef
742742
sstream istream
743743
sstream ostream
744744
sstream string
745+
sstream string_view
745746
sstream type_traits
746747
sstream version
747748
stack compare
@@ -833,13 +834,17 @@ system_error type_traits
833834
system_error version
834835
thread array
835836
thread atomic
837+
thread cctype
836838
thread cerrno
837839
thread chrono
840+
thread clocale
838841
thread compare
839842
thread cstddef
840843
thread cstdint
844+
thread cstdlib
841845
thread cstring
842846
thread ctime
847+
thread cwchar
843848
thread functional
844849
thread iosfwd
845850
thread limits

libcxx/test/libcxx/transitive_includes/cxx11.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,7 @@ sstream cstddef
748748
sstream istream
749749
sstream ostream
750750
sstream string
751+
sstream string_view
751752
sstream type_traits
752753
sstream version
753754
stack compare

libcxx/test/libcxx/transitive_includes/cxx14.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ sstream cstddef
750750
sstream istream
751751
sstream ostream
752752
sstream string
753+
sstream string_view
753754
sstream type_traits
754755
sstream version
755756
stack compare

libcxx/test/libcxx/transitive_includes/cxx17.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,7 @@ sstream cstddef
750750
sstream istream
751751
sstream ostream
752752
sstream string
753+
sstream string_view
753754
sstream type_traits
754755
sstream version
755756
stack compare

libcxx/test/libcxx/transitive_includes/cxx20.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ sstream cstddef
755755
sstream istream
756756
sstream ostream
757757
sstream string
758+
sstream string_view
758759
sstream type_traits
759760
sstream version
760761
stack compare

libcxx/test/libcxx/transitive_includes/cxx23.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ sstream cstddef
519519
sstream istream
520520
sstream ostream
521521
sstream string
522+
sstream string_view
522523
sstream version
523524
stack compare
524525
stack cstddef

libcxx/test/libcxx/transitive_includes/cxx26.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ sstream cstddef
519519
sstream istream
520520
sstream ostream
521521
sstream string
522+
sstream string_view
522523
sstream version
523524
stack compare
524525
stack cstddef

0 commit comments

Comments
 (0)